Added browse command and project handlers
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ class TelegramHelper:
|
||||
await asyncio.sleep(60) # Check every 60 seconds
|
||||
|
||||
async def browse(self, update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
|
||||
await browse_command(update, context)
|
||||
await browse_command(update, context, self.bot)
|
||||
|
||||
def run(self):
|
||||
application = Application.builder().token(self.telegram_bot_token).build()
|
||||
|
||||
Reference in New Issue
Block a user