mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Trans rights are human rights
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = class ButtCommand extends Command {
|
||||
const authorUser = user.id === msg.author.id;
|
||||
if (user.id === this.client.user.id) return msg.reply('Me? I think I have the best butt around!');
|
||||
if (this.client.isOwner(user)) {
|
||||
if (authorUser) return msg.reply('ur butt is godly, master');
|
||||
if (authorUser) return msg.reply('ur butt is the best, mother');
|
||||
return msg.reply(`${user.username}'s butt is... Something, I'll say that much.`);
|
||||
}
|
||||
const random = MersenneTwister19937.seed(user.id);
|
||||
|
||||
@@ -25,7 +25,7 @@ module.exports = class CoolnessCommand extends Command {
|
||||
if (user.id === this.client.user.id) return msg.reply('Me? I think I\'m the very best, like no one ever was.');
|
||||
if (this.client.isOwner(user)) {
|
||||
if (authorUser) return msg.reply('You\'re the best owner a bot could ask for! ❤');
|
||||
return msg.reply(`Don't tell them I said this but I think ${user.username} smells like a sack of diapers.`);
|
||||
return msg.reply(`Don't tell her I said this but I think ${user.username} smells like a sack of diapers.`);
|
||||
}
|
||||
if (user.id === LOVER_USER_ID) return msg.reply(`${user.username} is by far the coolest person ever! ❤`);
|
||||
const random = MersenneTwister19937.seed(user.id);
|
||||
|
||||
@@ -26,7 +26,7 @@ module.exports = class GuessLooksCommand extends Command {
|
||||
if (user.id === this.client.user.id) return msg.reply('Me? Just look at my avatar, dummy.');
|
||||
const authorUser = user.id === msg.author.id;
|
||||
if (this.client.isOwner(user)) {
|
||||
if (authorUser) return msg.reply('You look amazing as always! ❤');
|
||||
if (authorUser) return msg.reply('You look amazing as always, cutie! ❤');
|
||||
return msg.reply(`${user.username} looks like a monkey, and smells like one too.`);
|
||||
}
|
||||
if (user.id === LOVER_USER_ID) {
|
||||
|
||||
@@ -28,7 +28,7 @@ module.exports = class ThiccCommand extends Command {
|
||||
run(msg, { user }) {
|
||||
if (this.client.isOwner(user)) {
|
||||
if (user.id === msg.author.id) return msg.reply(`You are thi${'c'.repeat(100)}`);
|
||||
return msg.reply(`They are thi. Not even one c.`);
|
||||
return msg.reply(`She's thi. Not even one c.`);
|
||||
}
|
||||
const clientAuthor = user.id === this.client.user.id;
|
||||
const random = MersenneTwister19937.seed(clientAuthor ? msg.author.id : user.id);
|
||||
|
||||
Reference in New Issue
Block a user