Skip to content

Commit

Permalink
Remove &debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
ScoreUnder committed Aug 3, 2021
1 parent da9c213 commit db31122
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion src/main/scala/score/discord/canti/CantiBot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class CantiBot:
val readCommand = ReadCommand(messageCache)
if readCommand.available then commands.register(readCommand)
commands.register(PingCommand())
commands.register(DebugCommand(owner = config.owner))
commands.register(PermissionDiffCommand())

val slashCommands = SlashCommands(commands.all*)
Expand Down
41 changes: 0 additions & 41 deletions src/main/scala/score/discord/canti/command/DebugCommand.scala

This file was deleted.

0 comments on commit db31122

Please sign in to comment.