Rebases classes on cog

This commit is contained in:
Mark Hoekveen
2020-04-02 01:17:56 +02:00
parent f984056c77
commit 4969d483ba
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from sympy import latex, symbols, preview, Symbol #for LaTeX images
import youtube_dl
import ffmpeg
class General(object):
class General(commands.Cog):
"""Overal toegestaan."""
def __init__(self, bot):