list
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s

This commit is contained in:
Nexus 2024-05-27 17:30:20 +01:00
parent 31dd9c86ee
commit 3a6f879c72

View file

@ -276,6 +276,7 @@ if __disabled:
else:
log.info("No commands to disable. Full steam ahead!")
log.debug("Walking the following application commands: %r", list(bot.walk_application_commands()))
for command in bot.walk_application_commands():
log.debug("Checking %r", command)
try: