【发布时间】:2021-10-16 23:21:36
【问题描述】:
@client.event
async def on_message(ctx):
if ctx.author == client.user:
return
if client.get_guild(544102306740699136):
channel = client.get_channel(875779623638663192)
await channel.send(str(ctx.author.mention) + 'just send message in channel' + str(ctx.channel.mention) + ': ' + str(ctx.content))
【问题讨论】:
标签: python discord.py message