(Fix): Fix syntax error caused by an accidental paste.

This commit is contained in:
2025-12-17 15:37:22 +00:00
parent ebd32e8947
commit 6c47c2f0eb

View File

@@ -103,7 +103,7 @@ export const blacklistCommand: Command = {
switch (subcommand) { switch (subcommand) {
case 'add': case 'add':
await handleAdd(interaction, client); await handleAdd(interaction, client);
break;https://www.ccavenue.com/https://www.ccavenue.com/ break;
case 'remove': case 'remove':
await handleRemove(interaction, client); await handleRemove(interaction, client);
break; break;