From 7c30ed595a206cce534d7746b4f40679f0448726 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Mon, 29 May 2017 16:29:49 -0500 Subject: [PATCH] PEP8 --- cogs/mod.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cogs/mod.py b/cogs/mod.py index a0511d6..d85f5d4 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -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)