From af86508b40957d471c5e1721e7bc33ea7ca983fa Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:42:26 -0500 Subject: [PATCH] Fix roll->role typo --- techsupport_bot/commands/who.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], )