Rebases classes on cog
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import random
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import re
|
import re
|
||||||
|
|
||||||
class Chatbot(object):
|
class Chatbot(commands.Cog):
|
||||||
"""Een heuse chatbot. Under construction..."""
|
"""Een heuse chatbot. Under construction..."""
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ import time
|
|||||||
import random
|
import random
|
||||||
import statistics
|
import statistics
|
||||||
|
|
||||||
class Cryptocoin(object):
|
class Cryptocoin(commands.Cog):
|
||||||
"""Voor al uw crypto currency advies."""
|
"""Voor al uw crypto currency advies."""
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ from sympy import latex, symbols, preview, Symbol #for LaTeX images
|
|||||||
import youtube_dl
|
import youtube_dl
|
||||||
import ffmpeg
|
import ffmpeg
|
||||||
|
|
||||||
class General(object):
|
class General(commands.Cog):
|
||||||
"""Overal toegestaan."""
|
"""Overal toegestaan."""
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import numpy as np
|
|||||||
import random
|
import random
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
class Points(object):
|
class Points(commands.Cog):
|
||||||
"""Geef elkaar punten!"""
|
"""Geef elkaar punten!"""
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ import sys
|
|||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
|
|
||||||
class Shitpost(object):
|
class Shitpost(commands.Cog):
|
||||||
"""Schijtpaal commando's. Alleen bruikbaar in de daarvoor toegewezen schijtpaal kanalen."""
|
"""Schijtpaal commando's. Alleen bruikbaar in de daarvoor toegewezen schijtpaal kanalen."""
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ import random
|
|||||||
import time
|
import time
|
||||||
from json.decoder import JSONDecodeError
|
from json.decoder import JSONDecodeError
|
||||||
|
|
||||||
class Spotify(object):
|
class Spotify(commands.Cog):
|
||||||
"""HD Con 2019 Playlist features! Alleen te gebruiken in het juiste kanaal"""
|
"""HD Con 2019 Playlist features! Alleen te gebruiken in het juiste kanaal"""
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|||||||
Reference in New Issue
Block a user