Make dicks considerably shorter

This commit is contained in:
Dragon Fire
2020-03-13 23:20:32 -04:00
parent 3df29b9558
commit 75807e63e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = class DickCommand extends Command {
run(msg, { user }) {
const clientAuthor = user.id === this.client.user.id;
const random = MersenneTwister19937.seed(clientAuthor ? msg.author.id : user.id);
const length = integer(0, 200)(random);
const length = integer(0, 20)(random);
return msg.reply(`8${'='.repeat(clientAuthor ? length + 1 : length)}D`);
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "112.6.0",
"version": "112.6.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {