fix(handler): add missing 'deez'

Signed-off-by: Sphericalkat <me@kat.bio>
This commit is contained in:
Amogh Lele 2024-05-25 18:05:01 +05:30
parent 4bb0a2a82f
commit 2ecef2da18
Signed by: sphericalkat
GPG Key ID: 1C022B9CED2425B4

View File

@ -41,7 +41,7 @@ async def message_handler(update: Update, context: ContextTypes.DEFAULT_TYPE):
phrase = random.choice(exploitable_phrases)
await msg.reply_text(phrase)
await msg.reply_text(f"{phrase} deez")
if __name__ == "__main__":