Skip to content

Commit

Permalink
[ModManager] fix literal
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jan 12, 2024
1 parent 19b3e03 commit e931f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modmanager/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit e931f77

Please sign in to comment.