Trans rights are human rights

This commit is contained in:
Dragon Fire
2024-11-12 17:06:09 -05:00
parent bae17dee4a
commit e9d23a6798
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"The `steam-now-playing` command was created by taking a screenshot of the \"Now Playing\" message from Steam, so it has to be updated every time Steam changes the design.",
"The `glitch` command was created by accident. Dragon Fire accidently gave the `distort` command the wrong settings, and as a result created a glitchy mess, which became it's own command.",
"Dragon Fire still has no idea why the `cursed-sponge` command was added.",
"The `kyon-gun` command was what made Dragon Fire watch Haruhi, which became one of his favorite anime.",
"The `kyon-gun` command was what made Dragon Fire watch Haruhi, which became one of her favorite anime.",
"The `challenger` command will automatically check images for transparency, and silhouette them only if there is some.",
"Several \"Meme Generator\" commands were created during a meme's prime popularity, and as a result many of them are based on long-dead memes.",
"The `tebahpla` command's name is literally \"alphabet\" backwards.",
@@ -46,7 +46,7 @@
"Numerous commands use a massive 2,000,000 entry array to check for adult sites. Some _still_ fall through the cracks.",
"Numerous commands use an AI powered by Tensorflow to check for NSFW content. It is about 93% accurate.",
"The `ship` command will call you a narcissist if you test yourself with yourself.",
"Whenever Dragon Fire gets a real fortune cookie, he adds the fortune to the `fortune` command.",
"Whenever Dragon Fire gets a real fortune cookie, she adds the fortune to the `fortune` command.",
"The `whos-that-pokemon` command will play a sound effect and the Pokémon's cry if both you and the bot are in a voice channel when the command is used.",
"The `pokedex` command will play the Pokémon's cry if both you and the bot are in a voice channel when the command is used.",
"Reminders in the `remind` command have a maximum length of ~24.84 days. This is due to how JavaScript timeouts work, anything higher than this will fire early, or possibly even instantly.",
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "152.4.3",
"version": "152.4.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {