import discord from discord.ext import commands intents = discord.Intents.default() intents.messages = True bot = commands.Bot(command_prefix='!', intents=intents) @bot.event async def on_ready(): print(f'Logged in as {bot.user.name}') @bot.command() async def view_history(ctx,...
You now have a bot, and it's in your server, but it's not doing much. You'll want to do this bit on something that can be left on all the time, as I mentioned earlier. Download the code. You can do this by downloading the zip and unzipping it, or with a git clone command,...
1、点击[插入] 2、点击[形状] 3、点击[椭圆] 4、点击[文本] 5、按<Shift>键 6、点击[...