def on_ready():
print('Logged in as')
print(bot.user.name)
print(bot.user.id)
print('------')
invite = discord.Game(name="https://discord.gg/VsrbrYC", url=None, type=0)
await bot.change_presence(game=invite)
文章目录