Embed() # bot = discord.ext.commands.Bot(command_prefix = "your_prefix") @client.event #當有訊息時 async def on_message(message): #排除自己 ...
確定! 回上一頁