diff --git a/sizebot/cogs/quake.py b/sizebot/cogs/quake.py index 3083e8f7..6f84b905 100644 --- a/sizebot/cogs/quake.py +++ b/sizebot/cogs/quake.py @@ -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."""