setting the bots status to show the !help command

This commit is contained in:
Luke Robles 2020-10-09 10:31:19 -07:00
parent acdf62dabb
commit 3fbfb9c9de

View File

@ -39,6 +39,8 @@ def generate_embed(embed_url=None, embed_title=None, embed_description=None, emb
@bot.event
async def on_ready():
print(f'{bot.user.name} has connected to Discord!')
game = discord.Game("Type !help")
await bot.change_presence(status=discord.Status.idle, activity=game)
# @bot.event
# async def on_member_join(member):