import discord
from discord.ext import commands
async def anyfunc(ctx):
await ctx.send(f"{ctx.message.author.mention}, "Hi!")
bot_message_id = ((bot's_last_message)).id
在 (()) 中放入什么以使机器人记住它将发送的消息的 ID?有没有办法将下一条(例如用户的)消息(尚未发送)的 id 作为变量?
MMTTMM
繁华开满天机
相关分类