Skip to content

Commit

Permalink
fixbotinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsbirb committed Mar 4, 2024
1 parent 4c556f3 commit 30a9dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cogs/Modules/botinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def botinfo(self, ctx):
infractions_count = await infractions.count_documents({})
loa_count = await loa_collection.count_documents({})
embed = discord.Embed(title="**Astro Birb**", description=f"**Discord.py Version:** {discord.__version__}\n**Python Version:** {str(platform.python_version())}\n**Database:** MongoDB", color=discord.Color.dark_embed())
embed.add_field(name="Operators", value="**[@bugsbirt](<https://discord.com/users/795743076520820776>)**\n**[@zippybonzo](<https://discord.com/users/1125518069482139658>)**\n**[@mark.api](<https://discord.com/users/856971748549197865>)**")
embed.add_field(name="Operators", value="**[@bugsbirt](<https://discord.com/users/795743076520820776>)**\n**[@mark.api](<https://discord.com/users/856971748549197865>)**")
embed.add_field(name="Links", value="[**Support Server**](https://discord.gg/Qsz6DyGMTB)\n[**Upvote Astro Birb**](https://top.gg/bot/1113245569490616400/vote)")
embed.add_field(name="Stats", value=f"**Global Users:** {len(self.client.users)}\n**Server Count:** {len(self.client.guilds)}\n**Infractions:** {infractions_count}\n**LOAs:** {loa_count}")
embed.set_thumbnail(url=self.client.user.avatar.url)
Expand Down

0 comments on commit 30a9dcd

Please sign in to comment.