This commit is contained in:
2026-06-26 20:58:19 -04:00
commit 4682bc7fc8
7 changed files with 97 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
from telegram import Update
async def start(update: Update, _):
await update.message.reply_text(
"Hi! Send your message and it will be posted anonymously."
)
async def healthcheck(update: Update, _):
await update.message.reply_text("NFASBB Bot Healthy!")