Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Dec 3, 2023
1 parent f70297d commit ca81afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sizebot/cogs/quake.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from sizebot.lib.userdb import load_or_fake
from sizebot.lib.errors import UserMessedUpException

EARTH_RAD = 10_018_570
UNI_RAD = 4.4E26
EARTH_RAD = Decimal(10_018_570)
UNI_RAD = Decimal(4.4E26)
QuakeType = typing.Literal["step", "stomp", "jump", "poke", "breath", "breathe"]

class QuakeCog(commands.Cog):
Expand Down

0 comments on commit ca81afd

Please sign in to comment.