Dapatkan semua perintah scord.py

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