Skip to content

Commit

Permalink
__init__.py を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmreg authored Jan 30, 2024
1 parent a5f97f7 commit 60086a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/RT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async def status_updater(self) -> None:
await self.bot.wait_until_ready()
await self.bot.change_presence(
activity=discord.Activity(
name=(now := self.STATUS_TEXTS[self._now_status_index])[0].format(self.bot.command_prefix()[0], now[1](self.bot)),
name=(now := self.STATUS_TEXTS[self._now_status_index])[0].format((await self.bot.command_prefix())[0], now[1](self.bot)),
type=discord.ActivityType.watching, state="Free-RT Bot",
details=f"PING:{self._get_ping()}\n絶賛稼働中...",
timestamps={"start": self._start_time},
Expand Down

0 comments on commit 60086a7

Please sign in to comment.