Skip to content

Commit

Permalink
fix broken resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed May 17, 2024
1 parent a76f648 commit 4c1326f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions musicbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6937,6 +6937,7 @@ async def cmd_uptime(self) -> CommandResponse:
delta = format_song_duration(uptime)
return Response(
f"MusicBot has been up for `{delta}`",
)

@owner_only
async def cmd_botlatency(self) -> CommandResponse:
Expand Down

0 comments on commit 4c1326f

Please sign in to comment.