fix(handler): add missing 'deez'
Signed-off-by: Sphericalkat <me@kat.bio>
This commit is contained in:
parent
4bb0a2a82f
commit
2ecef2da18
2
main.py
2
main.py
@ -41,7 +41,7 @@ async def message_handler(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|||||||
|
|
||||||
phrase = random.choice(exploitable_phrases)
|
phrase = random.choice(exploitable_phrases)
|
||||||
|
|
||||||
await msg.reply_text(phrase)
|
await msg.reply_text(f"{phrase} deez")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user