Skip to content

Commit

Permalink
fix: freertが起動してなかったからでした。
Browse files Browse the repository at this point in the history
  • Loading branch information
gx1285 authored Nov 19, 2022
1 parent 3eb4038 commit 8072837
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cogs/RT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ async def ping(self, ctx):
value=f"{self._get_ping()}ms"
)
# Backendとの通信状況を調べる。
# embed.add_field(
# name="Backend Connection Latency",
# value="%.1fms" % self.bot.cogs["RTLife"].data["backendLatency"][-1]
# )
embed.add_field(
name="Backend Connection Latency",
value="%.1fms" % self.bot.cogs["RTLife"].data["backendLatency"][-1]
)
await ctx.reply(embed=embed)

@executor_function
Expand Down

0 comments on commit 8072837

Please sign in to comment.