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:
parent
1c1ecf9d6b
commit
e069023dc6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue