From e931f77aeb8ea522cd94126ea26d3848d161c777 Mon Sep 17 00:00:00 2001 From: Lemon Rose Date: Fri, 12 Jan 2024 16:08:22 +0530 Subject: [PATCH] [ModManager] fix literal --- modmanager/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modmanager/commands.py b/modmanager/commands.py index f3417b8..d5ae734 100644 --- a/modmanager/commands.py +++ b/modmanager/commands.py @@ -102,7 +102,7 @@ async def _ban( async def _kick( self, ctx: commands.GuildContext, - add_or_remove: Literal["add", "remove", "clear"], + add_or_remove: Literal["add", "remove"], users: commands.Greedy[commands.RawUserIdConverter], *, reason: str = "No reason provided.",