diff --git a/cogs/owner.py b/cogs/owner.py index f3a6cadf..6e40049d 100644 --- a/cogs/owner.py +++ b/cogs/owner.py @@ -180,6 +180,7 @@ class Owner(Cog): env = { 'ctx': ctx, + 'self': self, 'bot': self.bot, 'channel': ctx.channel, 'author': ctx.author,