This commit is contained in:
deathbybandaid 2022-02-12 12:10:35 -05:00
parent 684a812772
commit c78495320c

View File

@ -5,7 +5,7 @@ from sopel.trigger import PreTrigger
class Commands():
def __init__(self, config):
def __init__(self):
self.bot = None
@property