Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get all commands discord.py

for command in self.bot.commands:
    print(command)
#OR
for command in bot.commands:
	print(command)
 
PREVIOUS NEXT
Tagged: #commands
ADD COMMENT
Topic
Name
4+6 =