diff --git a/fernuni_bot.py b/fernuni_bot.py index 57847fa0d113f3d946a6480bf0a874696c1ad2ac..db6b369e1ae3c47994d257692dcacb124349b9ce 100644 --- a/fernuni_bot.py +++ b/fernuni_bot.py @@ -21,7 +21,7 @@ OWNER = int(os.getenv('DISCORD_OWNER')) PIN_EMOJI = "📌" intents = Intents.all() -extensions = ["welcome", "xkcd"] +extensions = ["welcome", "xkcd", "mod_mail"] _log = logging.getLogger('discord.boty')