Explorar o código

Fixing speamteek

Kirk Trombley %!s(int64=6) %!d(string=hai) anos
pai
achega
718b522adf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/plugins/teamspeak.py

+ 4 - 0
src/plugins/teamspeak.py

@@ -53,6 +53,10 @@ class teamspeak(RollbotPlugin):
 
 
 class speamteek(teamspeak):
+    def __init__(self, command, logger=logging.getLogger(__name__)):
+        RollbotPlugin.__init__(self, "speamteek", logger)
+        self.logger.info(f"Intializing Speamteek command")
+
     def on_command(self, db, message):
         r = super().on_command(db, message)
         if r.is_success: