give a ring at the end along with the rose
This commit is contained in:
parent
b6a7d38bed
commit
d8270f558f
2
bot.py
2
bot.py
|
@ -25,7 +25,7 @@ ELEVATOR_SHIT = [
|
||||||
]
|
]
|
||||||
CRASH = ('|\n'*10) + '***the elevator crashes to the bottom***' + ('\n'*10) + '...'
|
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.'
|
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):
|
async def try_send(channel, message):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue