Add countChars function
This commit is contained in:
parent
8e60943ba7
commit
9d5ef6f883
2
main.ts
2
main.ts
@ -54,7 +54,7 @@ client.on(Events.InteractionCreate, async interaction => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await command.execute(interaction);
|
await command.execute(interaction, client);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
if (interaction.replied || interaction.deferred) {
|
if (interaction.replied || interaction.deferred) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user