From 6f0dc3960693dd923283a6f3e21ea86c36c67155 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:52:52 +1100 Subject: [PATCH] Spelling. --- src/commands/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/dev.ts b/src/commands/dev.ts index 8c3be21..29b35f9 100644 --- a/src/commands/dev.ts +++ b/src/commands/dev.ts @@ -209,7 +209,7 @@ export default class Developer { .setRequired(true))) .addSubcommand(x=>x .setName('modify_rank_msgs') - .setDescription('Modify the messages count of a member') + .setDescription('Modify the message count of a member') .addUserOption(x=>x .setName('member') .setDescription('Member to modify the message count of')