aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar (PC) Refisio <[email protected]>2019-02-09 22:35:16 -0500
committerGravatar (PC) Refisio <[email protected]>2019-02-09 22:35:16 -0500
commitaf1a37d16e02e5956229704877bd15fc37bc349b (patch)
treead65fe3d53c907fd4336e3b950837db4e2dd1213
parentUpdated Rules cog. (diff)
parentUpdate rules.py (diff)
Updated rules cog.
-rw-r--r--bot/cogs/rules.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/cogs/rules.py b/bot/cogs/rules.py
index 0e0c5699a..ff754be93 100644
--- a/bot/cogs/rules.py
+++ b/bot/cogs/rules.py
@@ -4,10 +4,9 @@ from typing import Optional
from discord import Colour, Embed
from discord.ext.commands import Bot, Context, command
-from bot.pagination import LinePaginator
from bot.constants import Channels, Roles
from bot.decorators import redirect_output
-
+from bot.pagination import LinePaginator
STAFF = Roles.admin, Roles.moderator, Roles.owner