(Fix): Fix syntax error caused by an accidental paste.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user