diff --git a/cogs/owner.py b/cogs/owner.py index 95810f8..80ce6a0 100644 --- a/cogs/owner.py +++ b/cogs/owner.py @@ -45,6 +45,7 @@ class Owner: 'bot': self.bot, 'message': msg, 'guild': msg.guild, + 'server': msg.guild, 'channel': msg.channel, 'author': msg.author, '_': None,