mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
Merge branch 'master' of https://github.com/litruv/DAdmin
This commit is contained in:
@@ -4,7 +4,7 @@ var url = "https://www.reddit.com/r/cats/hot/.json?limit=100";
|
||||
module.exports = {
|
||||
name: 'Kitty',
|
||||
alias: ['kitty'],
|
||||
helptext: 'Inserts good boye from reddit/r/cats',
|
||||
helptext: 'Inserts kitteh from reddit/r/cats',
|
||||
helphide: false,
|
||||
permissions: ['READ_MESSAGES'],
|
||||
category: 'general',
|
||||
@@ -31,4 +31,4 @@ function getRandomInt(min, max) {
|
||||
min = Math.ceil(min);
|
||||
max = Math.floor(max);
|
||||
return Math.floor(Math.random() * (max - min)) + min;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user