From 863903c7651de67156e98c7527331006406fd620 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 30 Apr 2017 18:57:36 -0500 Subject: [PATCH] Add missing init --- cogs/admin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/admin.py b/cogs/admin.py index 1a6f95a..6500e8b 100644 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -6,7 +6,8 @@ import discord import re class Administration: - + def __init__(self, bot): + self.bot = bot @commands.command(enabled=False) @commands.guild_only()