Added self to env dict for eval

pull/9/head
sgoudham 4 years ago
parent dd78d42507
commit 28b45879f4

@ -180,6 +180,7 @@ class Owner(Cog):
env = { env = {
'ctx': ctx, 'ctx': ctx,
'self': self,
'bot': self.bot, 'bot': self.bot,
'channel': ctx.channel, 'channel': ctx.channel,
'author': ctx.author, 'author': ctx.author,

Loading…
Cancel
Save