From f836c146dfb19cd3a9df0373ea92ba2b6267df09 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Sun, 17 Feb 2019 13:58:09 -0600 Subject: [PATCH] Show message when no role is set --- cogs/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/config.py b/cogs/config.py index d3abb32..6403e66 100644 --- a/cogs/config.py +++ b/cogs/config.py @@ -219,6 +219,8 @@ class GuildConfiguration: return "You had a role set, but I can't find it...it's most likely been deleted afterwords!" else: return f"When people join I will give them the role {role.name}" + else: + return "You have no join_role setting for when people join this server" async def _handle_set_birthday_notifications(self, ctx, setting): opt = "birthday_notifications"