Skip to content

Commit 90a780a

Browse files
committed
fix: Shorten lite_scan description to meet Discord 100 char limit
- Reduced description from 108 to 85 characters - Removed '→ nuclei' from end to fit within limit - Fixes HTTP 400 error during command registration
1 parent c56f56a commit 90a780a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/modules/gobot/commands_registration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func registerAllCommands(s *discordgo.Session) {
4343
},
4444
{
4545
Name: "lite_scan",
46-
Description: "Comprehensive automated scan: livehosts → reflection → JS → CNAME → backup → DNS → misconfig → nuclei",
46+
Description: "Full scan: livehosts → reflection → JS → CNAME → backup → DNS → misconfig",
4747
Options: []*discordgo.ApplicationCommandOption{
4848
{Type: discordgo.ApplicationCommandOptionString, Name: "domain", Description: "The domain to scan", Required: true},
4949
{Type: discordgo.ApplicationCommandOptionBoolean, Name: "verbose", Description: "Enable verbose output", Required: false},

0 commit comments

Comments
 (0)