Skip to content

Commit

Permalink
reverted markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nottherealtar authored Nov 20, 2023
1 parent ec25a9f commit ac8b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeestatus/coffeestatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async def presence_updater(self):
me = self.bot.user
total_users = len(self.bot.users)
servers = str(len(self.bot.guilds))
botstatus = f"☕Prefix: ``cchelp`` | Users: ``{total_users}`` | Servers: ``{servers}``🌵"
botstatus = f"☕Prefix: cchelp | Users: {total_users} | Servers: {servers}🌵"
if _type == 1:
await self.bot.change_presence(activity=discord.Streaming(name=botstatus, url=url))
else:
Expand Down

0 comments on commit ac8b757

Please sign in to comment.