summaryrefslogtreecommitdiff
path: root/command_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'command_utils.py')
-rw-r--r--command_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/command_utils.py b/command_utils.py
index 6a82e7b..dc7f433 100644
--- a/command_utils.py
+++ b/command_utils.py
@@ -11,6 +11,7 @@ class Context:
def __init__(self, msg, args):
self.msg = msg
self.args = args
+ self.guild = msg.guild
async def answer(self, value):
await self.msg.channel.send(f'{self.msg.author.mention} {value}')