diff options
author | 2023-01-14 10:56:09 +0100 | |
---|---|---|
committer | 2023-01-14 10:56:09 +0100 | |
commit | 52d69dee620d2cb659b1fee288ed6360bded83d7 (patch) | |
tree | 0d0cccbd6cf45f609d4755dd8b752a71f15a35e9 | |
parent | fix Zig's nit comments (diff) |
fix typos in the SELF_ASSIGNABLE_ROLES_MESSAGE
-rw-r--r-- | bot/exts/info/subscribe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py index 082f8438b..86a209214 100644 --- a/bot/exts/info/subscribe.py +++ b/bot/exts/info/subscribe.py @@ -183,7 +183,7 @@ class Subscribe(commands.Cog): SELF_ASSIGNABLE_ROLES_MESSAGE = ( f"Hi there {GREETING_EMOJI}," - "\nWe have self-assignable roles for server updates an events!" + "\nWe have self-assignable roles for server updates and events!" "\nClick the button below to toggle them:" ) |