1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Add guild to the environment variables

This commit is contained in:
Phxntxm 2017-05-07 20:39:34 -05:00
parent 5451395e0a
commit 60b1510c5c

View file

@ -164,6 +164,7 @@ class Owner:
'message': ctx.message,
'server': ctx.message.guild,
'channel': ctx.message.channel,
'guild': ctx.message.guild,
'author': ctx.message.author
}