Skip to content

Commit

Permalink
Register new ping command
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Dec 14, 2023
1 parent d9474d9 commit b91d6bf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ class SlashCommandListener(private val m: FloppaPower, private val shardManager:
.addChoice("Gosto de ver pegando fogo!", "36500")
)
).queue()

guild.upsertCommand(
Commands.slash("ping", "Verifica se o Floppa está online")
).queue()
}

override fun onSlashCommandInteraction(event: SlashCommandInteractionEvent) {
Expand Down

0 comments on commit b91d6bf

Please sign in to comment.