Holen Sie sich alle Befehle descord.py
for command in self.bot.commands:
print(command)
#OR
for command in bot.commands:
print(command)
Worrisome Wildebeest
for command in self.bot.commands:
print(command)
#OR
for command in bot.commands:
print(command)