discord py commands not working

Solutions on MaxInterview for discord py commands not working by the best coders in the world

showing results for - "discord py commands not working"
Antonio
25 Jan 2018
1# If you are using the on_message() event, then make sure this code is run
2# at the bottom of the event.
3
4await bot.process_commands(message) # Allows commands to be run in the on_message() event