From 5c5e2ee5ba3fb8924d13cac419c253aaf92da29b Mon Sep 17 00:00:00 2001 From: Lucid Date: Mon, 26 Jan 2026 19:53:51 -0500 Subject: [PATCH] updated pronouns --- src/bot/features/botInfoCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/features/botInfoCommand.ts b/src/bot/features/botInfoCommand.ts index 9796318..da23a32 100644 --- a/src/bot/features/botInfoCommand.ts +++ b/src/bot/features/botInfoCommand.ts @@ -59,7 +59,7 @@ feature.hears( } ); return await ctx.reply( - `Lucid decided it was time to make a statement\\. Twitter\\/X is not safe anymore\\. The fandom doesn\\'t need it\\. It should be boycotted and not allowed anymore\\. Thus he decided to try making this bot public\\-use to test it's viability\\. Feel free to add this bot into your own group\\. All it needs is an admin role with the permission to delete messages\\.`, + `Lucid decided it was time to make a statement\\. Twitter\\/X is not safe anymore\\. The fandom doesn\\'t need it\\. It should be boycotted and not allowed anymore\\. Thus they decided to try making this bot public\\-use to test it's viability\\. Feel free to add this bot into your own group\\. All it needs is an admin role with the permission to delete messages\\.`, { parse_mode: "MarkdownV2", reply_parameters: { message_id: ctx.msg.message_id }