1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Add the new check_restricted method

This commit is contained in:
phxntxm 2017-06-27 19:13:38 -05:00
parent 9f97f107bc
commit ea62d899bf

View file

@ -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