Skip to content

Commit 158ff38

Browse files
committed
Fix
1 parent 99a60e6 commit 158ff38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

techsupport_bot/commands/embed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def has_embed_role(ctx: commands.Context) -> bool:
5050
5151
Raises:
5252
commands.CommandError: Raised if embed_roles isn't set up
53-
commands.MissingAnyRole: Raised if the invoker is missing a role
53+
MissingAnyRole: Raised if the invoker is missing a role
5454
5555
Returns:
5656
bool: Whether the invoker has the role

0 commit comments

Comments
 (0)