📅  最后修改于: 2022-03-11 14:45:36.375000             🧑  作者: Mango
import discord
from discord.ext import commands
client = commands.Bot(command_prefix=".")
@client.event
async def on_ready():
print("Ready!")
bot.run("TOKEN")