Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Jan 6, 2025
1 parent 2b9708b commit 5049732
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/platforms/discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,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)
Expand Down

0 comments on commit 5049732

Please sign in to comment.