Improved string variable names

This commit is contained in:
Luquinhas 2025-01-10 10:09:47 -03:00
parent d1494fbd80
commit 8227d88e72
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
6 changed files with 26 additions and 26 deletions

View file

@ -97,7 +97,7 @@ module.exports = (bot) => {
sendRandomReply(ctx, resources.gayFlag, 'isGay', 'isNtGay');
});
bot.command('soggy', spamwatchMiddleware, async (ctx) => {
bot.command('soggy', 'soggycat', spamwatchMiddleware, async (ctx) => {
const userInput = ctx.message.text.split(' ')[1];
switch (true) {