mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Make dicks considerably shorter
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "112.6.0",
|
||||
"version": "112.6.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user