Change the bots presence to listening to

This commit is contained in:
Luke Robles 2021-01-20 17:22:40 -08:00
parent 7f3b72226a
commit 660efbe91a

View File

@ -43,7 +43,7 @@ def generate_embed(embed_url=None, embed_title=None, embed_description=None, emb
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.online, activity=game)
await bot.change_presence(status=discord.Status.online, activity=discord.Activity(type=discord.ActivityType.listening, name="type !help"))
# @bot.event
# async def on_member_join(member):