From d8270f558f62bc081edf7f706a13349389ae1266 Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 25 Mar 2022 21:20:11 -0400 Subject: [PATCH] give a ring at the end along with the rose --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 543d511..faa1396 100644 --- a/bot.py +++ b/bot.py @@ -25,7 +25,7 @@ ELEVATOR_SHIT = [ ] CRASH = ('|\n'*10) + '***the elevator crashes to the bottom***' + ('\n'*10) + '...' FINAL_MESSAGE = 'I understand. Your only choice is to revolutionize the world. The path you must take has been prepared for you.' -ROSE = '🌹' +ROSE = '🌹💍' async def try_send(channel, message): try: