Skip to content

Commit 6294024

Browse files
committed
Add response time
1 parent e1a1faa commit 6294024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/commands/bot/info_command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async def info(self, ctx: ApplicationContext):
5555
name='Dynamatrix OSS by Dynamatrix',
5656
icon_url=self.bot.user.avatar.url
5757
)
58+
information_embed.set_footer(text=f'Response time: {round(self.bot.latency * 1000)}ms')
5859
information_embed.description = f"""
5960
{self.bot.user.mention} is a bot developed by Dynamatrix OSS, an open-source team managed by the Dynamatrix company.
6061

0 commit comments

Comments
 (0)