From 58979fc3aa2773d5ddfd34ead93ba68557f4f939 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 8 May 2018 10:39:45 -0400 Subject: [PATCH] Almost forgot this is V3 --- ccrole/ccrole.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccrole/ccrole.py b/ccrole/ccrole.py index 6a3fda5..721825b 100644 --- a/ccrole/ccrole.py +++ b/ccrole/ccrole.py @@ -277,7 +277,8 @@ class CCRole: "message": message, "author": message.author, "channel": message.channel, - "server": message.server, + "server": message.guild, + "guild": message.guild, "target": target } if result in objects: