1
0
Fork 0
mirror of synced 2024-05-29 08:49:38 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-23 11:40:52 -05:00
parent fe7f958f18
commit c69b48bff0

View file

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