From e9d23a679876f0a4eb793c254dff7a9ee0c4ea03 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 12 Nov 2024 17:06:09 -0500 Subject: [PATCH] Trans rights are human rights --- assets/json/xiao-fact.json | 4 ++-- commands/random-seed/butt.js | 2 +- commands/random-seed/coolness.js | 2 +- commands/random-seed/guess-looks.js | 2 +- commands/random-seed/thicc.js | 2 +- package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/json/xiao-fact.json b/assets/json/xiao-fact.json index 948f42c8..1ada1b46 100644 --- a/assets/json/xiao-fact.json +++ b/assets/json/xiao-fact.json @@ -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.", diff --git a/commands/random-seed/butt.js b/commands/random-seed/butt.js index a09e9904..0109ebe5 100644 --- a/commands/random-seed/butt.js +++ b/commands/random-seed/butt.js @@ -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); diff --git a/commands/random-seed/coolness.js b/commands/random-seed/coolness.js index 00af3b35..bd09ee80 100644 --- a/commands/random-seed/coolness.js +++ b/commands/random-seed/coolness.js @@ -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); diff --git a/commands/random-seed/guess-looks.js b/commands/random-seed/guess-looks.js index fc10692c..6c35a34e 100644 --- a/commands/random-seed/guess-looks.js +++ b/commands/random-seed/guess-looks.js @@ -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) { diff --git a/commands/random-seed/thicc.js b/commands/random-seed/thicc.js index 342ab047..a8df3476 100644 --- a/commands/random-seed/thicc.js +++ b/commands/random-seed/thicc.js @@ -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); diff --git a/package.json b/package.json index a949fe3b..56661f31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "152.4.3", + "version": "152.4.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {