Added sources functionality + pre-commit

This commit is contained in:
2021-11-18 21:59:37 +01:00
parent 2e007a6fb3
commit 316f3bacc9
11 changed files with 170 additions and 21 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
from discord.embeds import Embed
from context import CustomContext
from discord.ext.commands import CommandError
from context import CustomContext
class EmbeddedCommandException(CommandError):
def __init__(self, embed: Embed) -> None: