1
0
Fork 0
mirror of synced 2024-05-20 04:22:29 +12:00
This commit is contained in:
phxntxm 2017-05-29 16:29:49 -05:00
parent 83e68a4c7f
commit 7c30ed595a

View file

@ -3,9 +3,8 @@ from discord.ext import commands
from . import utils
import discord
import re
import asyncio
import rethinkdb as r
class Moderation:
"""Commands that can be used by a or an admin, depending on the command"""
@ -13,8 +12,6 @@ class Moderation:
def __init__(self, bot):
self.bot = bot
@commands.command()
@commands.guild_only()
@utils.custom_perms(kick_members=True)