Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
updating status
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoksej authored May 8, 2021
1 parent 9d6ded5 commit 5010504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/events/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def on_ready(self):
m += "\nName: {0} ({0.id})".format(self.bot.user)
m += f"\nTime taken to boot: {btime.human_timedelta(self.bot.uptime, suffix=None)}"
print(m)
await self.bot.change_presence(status='online', activity=discord.Activity(type=discord.ActivityType.playing, name="Dredd v3 is released!"))
await self.bot.change_presence(status='online', activity=discord.Activity(type=discord.ActivityType.playing, name="-help"))

support_guild = self.bot.get_guild(self.bot.settings['servers']['main'])
await support_guild.chunk(cache=True)
Expand Down

0 comments on commit 5010504

Please sign in to comment.