1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Import ext.commands errors

This commit is contained in:
Myned 2018-01-14 01:26:46 -05:00
parent 1c1ecf9d6b
commit e069023dc6

View file

@ -6,6 +6,7 @@ from datetime import datetime as dt
import discord as d
from discord import errors as err
from discord.ext import commands as cmds
from discord.ext.commands import errors as errext
from misc import exceptions as exc
from misc import checks