This commit is contained in:
8
bot/commands/basehandler.py
Normal file
8
bot/commands/basehandler.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
|
||||
class BaseHandler:
|
||||
logger = logging.getLogger(__name__)
|
||||
entry_string: str
|
||||
|
||||
async def entry_point(self, update, context) -> None:
|
||||
self.logger.info(f"Chat said: {self.entry_string}")
|
Reference in New Issue
Block a user