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
+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);