Obtenez toutes les commandes Discord.py

for command in self.bot.commands:
    print(command)
#OR
for command in bot.commands:
	print(command)
Worrisome Wildebeest