diff --git a/internal/platforms/discord/discord.go b/internal/platforms/discord/discord.go index 9ce5256..a246bd1 100644 --- a/internal/platforms/discord/discord.go +++ b/internal/platforms/discord/discord.go @@ -182,10 +182,6 @@ func (bot *Bot) registerCommands() error { return nil } -func (bot *Bot) commandHandleraaa(arg command.Args) { - -} - func (bot *Bot) commandHandler(s *discordgo.Session, i *discordgo.InteractionCreate) { if i.GuildID != bot.cfg.GuildID { bot.respondErrMsg("Please send messages on server chat", s, i)