mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +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`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user