Moaaar gifs
This commit is contained in:
parent
e6d59aa1bc
commit
43d24e4c99
|
@ -8,7 +8,11 @@ def getRandomDeliveryAttachment(Integer probability = 25) {
|
||||||
'https://media.giphy.com/media/9DgxhWOxHDHtF8bvwl/giphy.gif',
|
'https://media.giphy.com/media/9DgxhWOxHDHtF8bvwl/giphy.gif',
|
||||||
'https://media.giphy.com/media/1g2JyW7p6mtZc6bOEY/giphy.gif',
|
'https://media.giphy.com/media/1g2JyW7p6mtZc6bOEY/giphy.gif',
|
||||||
'https://media.giphy.com/media/7AqsdBK15kiOc/giphy.gif',
|
'https://media.giphy.com/media/7AqsdBK15kiOc/giphy.gif',
|
||||||
'https://media.giphy.com/media/r2MkQEOe7niGk/giphy.gif'
|
'https://media.giphy.com/media/r2MkQEOe7niGk/giphy.gif',
|
||||||
|
'https://media.giphy.com/media/ekXyB3lQ0IYL3luIFn/giphy.gif',
|
||||||
|
'https://media.giphy.com/media/QBRlXHKV5mpbLJ4prc/giphy.gif',
|
||||||
|
'https://media.giphy.com/media/NOsfNQGivMFry/giphy.gif',
|
||||||
|
'https://media.giphy.com/media/M1vu1FJnW6gms/giphy.gif',
|
||||||
]
|
]
|
||||||
Random rnd = new Random()
|
Random rnd = new Random()
|
||||||
if (rnd.nextInt(100) > probability) {
|
if (rnd.nextInt(100) > probability) {
|
||||||
|
|
Loading…
Reference in New Issue