eee
This commit is contained in:
+11
@@ -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!")
|
||||
Reference in New Issue
Block a user