@commands.Cog.listener()
async def on_message(self, message):
user_in = message.content.lower()
if "gn" in user_in.split(" ") or "good night" in user_in :
if message.author.bot: return
if not message.guild: return
await message.channel.send(f"Good Night, <@{message.author.id}>")
我需要知道如何为此事件添加冷却时间,以便人们dont发送垃圾邮件gn或晚安
海绵宝宝撒
慕村225694
千万里不及你
随时随地看视频慕课网APP
相关分类