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

Add server to globals for convenience

This commit is contained in:
Phxntxm 2017-04-13 21:55:57 -05:00
parent 8181eca8dc
commit ba24b24933

View file

@ -45,6 +45,7 @@ class Owner:
'bot': self.bot,
'message': msg,
'guild': msg.guild,
'server': msg.guild,
'channel': msg.channel,
'author': msg.author,
'_': None,