From ea62d899bfed78197c0317481794aff20c3a7f00 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 27 Jun 2017 19:13:38 -0500 Subject: [PATCH] Add the new check_restricted method --- cogs/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils/__init__.py b/cogs/utils/__init__.py index 6e9baee..62b0249 100644 --- a/cogs/utils/__init__.py +++ b/cogs/utils/__init__.py @@ -1,5 +1,5 @@ from .cards import Deck -from .checks import is_owner, custom_perms, db_check, should_ignore +from .checks import is_owner, custom_perms, db_check, should_ignore, check_restricted from .config import * from .utilities import * from .images import create_banner