Added browse command and project handlers

This commit is contained in:
2024-08-21 13:26:34 -05:00
parent b4c9176a1f
commit 5c17823a0f
4 changed files with 187 additions and 55 deletions
+1 -1
View File
@@ -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()