Change the bots presence to listening to
This commit is contained in:
parent
7f3b72226a
commit
660efbe91a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user