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 7, 2025
1 parent 6b49bf4 commit f6e460a
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 @@ -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)
Expand Down

0 comments on commit f6e460a

Please sign in to comment.