1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Add missing init

This commit is contained in:
Phxntxm 2017-04-30 18:57:36 -05:00
parent 5aa87ce653
commit 863903c765

View file

@ -6,7 +6,8 @@ import discord
import re
class Administration:
def __init__(self, bot):
self.bot = bot
@commands.command(enabled=False)
@commands.guild_only()