Rifat Azad commited on
Commit
2486e01
·
1 Parent(s): c83481d
Files changed (1) hide show
  1. pydvpl_bot.py +1 -0
pydvpl_bot.py CHANGED
@@ -45,6 +45,7 @@ def ensure_folders():
45
 
46
  @bot.event
47
  async def on_ready():
 
48
  print(f'{bot.user} has connected to Discord!')
49
  ensure_folders()
50
 
 
45
 
46
  @bot.event
47
  async def on_ready():
48
+ await bot.change_presence(activity=discord.Game(name=">>help for commands"))
49
  print(f'{bot.user} has connected to Discord!')
50
  ensure_folders()
51