我的命令使用我的命令发送垃圾邮件需要帮助的信息

时间:2019-05-19 15:22:11

标签: python discord discord.py-rewrite

下面的我的命令使机器人执行命令,但机器人不断重复执行该命令。我也正在使用 Discord.py 重写

     @bot.event
     async def on_message(message):
         x = bot.get_channel(566910115282681857)
         await x.send('{}: {}'.format(message.author, message.content))

该命令就像“ Log” Thingy,在指定的 {message.author}:{message.content} 通道中发送一条消息。任何帮助都很好

0 个答案:

没有答案