generated from Baipyrus/DiscordJS-Template
verbose console feedback
This commit is contained in:
parent
067702ecc6
commit
2c7dd26189
@ -68,6 +68,8 @@ export async function execute(interaction) {
|
|||||||
content: `Successfully created channel!`,
|
content: `Successfully created channel!`,
|
||||||
ephemeral: true
|
ephemeral: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.info(`[INFO] New custom VC created with ID '${channel.id}'.`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'register': {
|
case 'register': {
|
||||||
@ -83,6 +85,8 @@ export async function execute(interaction) {
|
|||||||
content: `Successfully registered channel!`,
|
content: `Successfully registered channel!`,
|
||||||
ephemeral: true
|
ephemeral: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.info(`[INFO] New custom VC registered using ID '${id}'.`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'remove': {
|
case 'remove': {
|
||||||
@ -108,6 +112,8 @@ export async function execute(interaction) {
|
|||||||
content: `${response} channel from custom channel creation!`,
|
content: `${response} channel from custom channel creation!`,
|
||||||
ephemeral: true
|
ephemeral: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.info(`[INFO] Removed custom VC with ID '${id}'.`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user