Skip to content

Commit

Permalink
Add response time
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSlui committed Aug 9, 2024
1 parent e1a1faa commit 6294024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/commands/bot/info_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ async def info(self, ctx: ApplicationContext):
name='Dynamatrix OSS by Dynamatrix',
icon_url=self.bot.user.avatar.url
)
information_embed.set_footer(text=f'Response time: {round(self.bot.latency * 1000)}ms')
information_embed.description = f"""
{self.bot.user.mention} is a bot developed by Dynamatrix OSS, an open-source team managed by the Dynamatrix company.
Expand Down

0 comments on commit 6294024

Please sign in to comment.