Skip to content

Commit

Permalink
appease pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
imtherealF1 authored Jan 6, 2025
1 parent 63789ee commit c6d5f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ballsdex/packages/info/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ async def about(self, interaction: discord.Interaction):
if self.bot.startup_time is not None:
uptime_duration = datetime.now() - self.bot.startup_time
formatted_uptime = str(uptime_duration).split(".")[0]
else:
formatted_uptime = "N/A"

assert self.bot.user
assert self.bot.application
Expand Down

0 comments on commit c6d5f64

Please sign in to comment.