Rebases classes on cog
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import random
|
||||
from datetime import datetime
|
||||
import re
|
||||
|
||||
class Chatbot(object):
|
||||
class Chatbot(commands.Cog):
|
||||
"""Een heuse chatbot. Under construction..."""
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
Reference in New Issue
Block a user