More gifs
This commit is contained in:
parent
18bf648aa7
commit
81017f0b3c
|
@ -13,6 +13,15 @@ def getRandomDeliveryAttachment(Integer probability = 25) {
|
|||
'https://media.giphy.com/media/QBRlXHKV5mpbLJ4prc/giphy.gif',
|
||||
'https://media.giphy.com/media/NOsfNQGivMFry/giphy.gif',
|
||||
'https://media.giphy.com/media/M1vu1FJnW6gms/giphy.gif',
|
||||
'https://media.giphy.com/media/555x0gFF89OhVWPkvb/giphy.gif',
|
||||
'https://media.giphy.com/media/9RZu6ahd8LIYHQlGUD/giphy.gif',
|
||||
'https://media.giphy.com/media/9RZu6ahd8LIYHQlGUD/giphy.gif',
|
||||
'https://media.giphy.com/media/W1fFHj6LvyTgfBNdiz/giphy.gif',
|
||||
'https://media.giphy.com/media/1g2JyW7p6mtZc6bOEY/giphy.gif',
|
||||
'https://media.giphy.com/media/ORiFE3ijpNaIWDoOqP/giphy.gif',
|
||||
'https://media.giphy.com/media/r16Zmuvt1hSTK/giphy.gif',
|
||||
'https://media.giphy.com/media/bF8Tvy2Ta0mqxXgaPV/giphy.gif',
|
||||
'https://media.giphy.com/media/C0XT6BmLC3nGg/giphy.gif'
|
||||
]
|
||||
Random rnd = new Random()
|
||||
if (rnd.nextInt(100) > probability) {
|
||||
|
|
Loading…
Reference in New Issue