📜  discord.py 命令不起作用 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:18.843000             🧑  作者: Mango

代码示例1
# 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