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