From d48db96c691bcde1ce31839ad54111b399787ae3 Mon Sep 17 00:00:00 2001 From: DigiDuncan Date: Sat, 2 Dec 2023 06:44:30 -0500 Subject: [PATCH] actually fix quake --- sizebot/cogs/quake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""