Skip to content

Commit

Permalink
Change MusicBot to bot's username in uptime command.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsTheFae committed Jul 29, 2024
1 parent bffdbce commit 392581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7278,7 +7278,7 @@ async def cmd_uptime(self) -> CommandResponse:
uptime = time.time() - self._init_time
delta = format_song_duration(uptime)
return Response(
f"MusicBot has been up for `{delta}`",
f"{self.user.name} has been up for `{delta}`",
delete_after=30,
)

Expand Down

0 comments on commit 392581a

Please sign in to comment.