diff --git a/techsupport_bot/commands/who.py b/techsupport_bot/commands/who.py index 1f72b9aa9..64df725b9 100644 --- a/techsupport_bot/commands/who.py +++ b/techsupport_bot/commands/who.py @@ -28,7 +28,7 @@ async def setup(bot): datatype="list", title="Note bypass list", description=( - "A list of roles that shouldn't have notes set or the note roll assigned" + "A list of roles that shouldn't have notes set or the note role assigned" ), default=["Moderator"], )