1
0
Fork 0
mirror of synced 2024-06-03 11:14:33 +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, 'bot': self.bot,
'message': msg, 'message': msg,
'guild': msg.guild, 'guild': msg.guild,
'server': msg.guild,
'channel': msg.channel, 'channel': msg.channel,
'author': msg.author, 'author': msg.author,
'_': None, '_': None,