From 6c47c2f0ebb99aebf4e192e682133cbfc410125a Mon Sep 17 00:00:00 2001 From: bereck-work Date: Wed, 17 Dec 2025 15:37:22 +0000 Subject: [PATCH] (Fix): Fix syntax error caused by an accidental paste. --- src/commands/developer/blacklist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/developer/blacklist.ts b/src/commands/developer/blacklist.ts index 491c3b4..6a76daa 100644 --- a/src/commands/developer/blacklist.ts +++ b/src/commands/developer/blacklist.ts @@ -103,7 +103,7 @@ export const blacklistCommand: Command = { switch (subcommand) { case 'add': await handleAdd(interaction, client); - break;https://www.ccavenue.com/https://www.ccavenue.com/ + break; case 'remove': await handleRemove(interaction, client); break;