You need to either use Client
or Bot
to instance your bot.
In your code you are instancing the bot as Client
, but you are trying to create a command using @bot.command()
.
You need to use either @client.command()
or @commands.command()
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…