diff --git a/red.py b/red.py index ba8cb3710..ff5eaac2f 100644 --- a/red.py +++ b/red.py @@ -114,6 +114,9 @@ def user_allowed(message): mod = bot.get_cog('Mod') + if author.bot: + return False + if mod is not None: if settings.owner == author.id: return True