Almost forgot this is V3

This commit is contained in:
Unknown 2018-05-08 10:39:45 -04:00
parent 5bff294b59
commit 58979fc3aa

View File

@ -277,7 +277,8 @@ class CCRole:
"message": message, "message": message,
"author": message.author, "author": message.author,
"channel": message.channel, "channel": message.channel,
"server": message.server, "server": message.guild,
"guild": message.guild,
"target": target "target": target
} }
if result in objects: if result in objects: