From f6e460a0246945192c0f3dd1678fb2c2902acad4 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Tue, 7 Jan 2025 01:58:31 +0800 Subject: [PATCH] chore: fix linting issues --- internal/platforms/discord/discord.go | 4 ---- 1 file changed, 4 deletions(-) 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)