Moaaar gifs

This commit is contained in:
wpetit 2020-03-18 23:18:27 +01:00
parent e6d59aa1bc
commit 43d24e4c99
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,11 @@ def getRandomDeliveryAttachment(Integer probability = 25) {
'https://media.giphy.com/media/9DgxhWOxHDHtF8bvwl/giphy.gif',
'https://media.giphy.com/media/1g2JyW7p6mtZc6bOEY/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()
if (rnd.nextInt(100) > probability) {