Skip to content
Advertisement

Discord.py ctx commands not responding

None of my ctx commands work. Here I’ll give an example. When I say p!test I want it to print hi and say test, but it’s not responding. Can someone help?

JavaScript

Advertisement

Answer

If you’re using a on_message event, you have to ‘process commands’ in the last line of the event. Otherwise, your commands won’t work.

JavaScript

Reference

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement