From 8472267b60b204cea5fbdeaf8fe06443822d1bfb Mon Sep 17 00:00:00 2001 From: s Date: Tue, 25 Nov 2025 09:38:31 -0500 Subject: feat: add crypto analysis, email verification, and telegram lookup commands --- internal/models/github.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/models/github.go') diff --git a/internal/models/github.go b/internal/models/github.go index fc1c9c3..3b7fc73 100644 --- a/internal/models/github.go +++ b/internal/models/github.go @@ -9,4 +9,5 @@ type GitHubLead struct { Website string `json:"website,omitempty"` Twitter string `json:"twitter,omitempty"` PFP string `json:"pfp,omitempty"` + Bio string `json:"bio,omitempty"` } -- cgit v1.2.3