give a ring at the end along with the rose

This commit is contained in:
xenofem 2022-03-25 21:20:11 -04:00
parent b6a7d38bed
commit d8270f558f

2
bot.py
View file

@ -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: