Skip to content

Commit

Permalink
actually fix quake
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Dec 2, 2023
1 parent b039223 commit d48db96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/cogs/quake.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from sizebot.lib.errors import UserMessedUpException

EARTH_RAD = 10_018_570
QuakeType = typing.Literal["step", "stomp", "jump"]
QuakeType = typing.Literal["step", "stomp", "jump", "poke", "breath", "breathe"]

class QuakeCog(commands.Cog):
"""Quake commands."""
Expand Down

0 comments on commit d48db96

Please sign in to comment.