Skip to content

Commit

Permalink
feat(commands.ping): create const vars with name and command description
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeeraa committed Dec 14, 2024
1 parent 261624a commit cba102c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
from instances.bot import bot
from instances.log import logger

COMMAND_NAME = "ping"
COMMAND_DESCRIPTION = "Returns the bot's heartbeat latency."

logger.trace("Initializing ping command")

data: dict = {}
Expand Down

0 comments on commit cba102c

Please sign in to comment.