Skip to content

Commit

Permalink
Improving rolls with meme replies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roujo committed Feb 19, 2021
1 parent f648c6b commit 4bc41d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/roll.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ def roll_number(message, number):
random = randint(1, number)

if random == 420:
message.reply("{} BIG WINNER WOW :musk: :weed:".format(random))
message.reply("![](/plugins/memes/templates/success-kid.jpg?text={}&text=BIG%20WINNER%20WOW%20:musk:%20:weed:)".format(random))
else:
message.reply("{} :chuckles:".format(random))
message.reply("![](/plugins/memes/templates/bad-luck-brian.jpg?text=:chuckles:&text={})".format(random))
else:
message.reply('Spa leur smh')
elif number > 1:
Expand Down

0 comments on commit 4bc41d6

Please sign in to comment.