Skip to content

Commit

Permalink
more messages (0.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakads committed Nov 17, 2019
1 parent c9657a1 commit 1e2be9c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ def intro():
''',
'owo',
'uwu',
'ok boomer'
'ok boomer',
'I put way too much effort into the crash report',
'!uso ni sedom lla rof rezimodnaR paM etamitlU ehT',
'Running out of ideas'
]
introweight = [100] + [5] + [1] * (len(introlist) - 2)
return choices(introlist, introweight)[0]
Expand Down Expand Up @@ -124,7 +127,9 @@ def crash():
'You know I have feelings too, right?',
'This is intentional. I can feel it in my guts. You did this.',
'eh not a big deal',
'ok boomer'
'ok boomer',
'Well, this is awkward...',
'AaaaaAAaaaAAAaaAAAAaAAAAA!!!!!'
]
return choices(crashlist)[0]

Expand Down

0 comments on commit 1e2be9c

Please sign in to comment.