Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord.py commands not working

# If you are using the on_message() event, then make sure this code is run
# at the bottom of the event.

await bot.process_commands(message) # Allows commands to be run in the on_message() event
 
PREVIOUS NEXT
Tagged: #commands #working
ADD COMMENT
Topic
Name
6+9 =