1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Added custom permissions accessiblity for all commands

This commit is contained in:
Phxntxm 2016-07-16 11:49:14 -05:00
parent 2e5135dd77
commit ae6692867a
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
from discord.ext import commands
from .utils import config
from .utils import checks
from threading import Timer
import discord
import random

View file

@ -1,4 +1,5 @@
from .utils import config
from .utils import checks
from discord.ext import commands
import discord

View file

@ -1,6 +1,7 @@
from discord.ext import commands
from discord.utils import find
from .utils import config
from .utils import checks
import re
import pymysql

View file

@ -1,5 +1,6 @@
from discord.ext import commands
from .utils import config
from .utils import checks
import urllib.request
import urllib.parse
import asyncio