My ticketing system for a server is not running on_message(message)

后端 未结 0 1136
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-06 02:53
import discord
client = discord.Client()
@client.event
async def on_ready():
    print(\'ALERT: {0.user} has connected and is now ready for use.\'.format(client))


         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题