mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-06 14:20:38 +02:00
add utility commande
This commit is contained in:
@@ -12,7 +12,14 @@ module.exports = {
|
||||
|
||||
|
||||
const text = args.join(' ');
|
||||
await message.delete();
|
||||
message.channel.send(text);
|
||||
try {
|
||||
await message.delete();
|
||||
} catch (error) {
|
||||
}
|
||||
|
||||
try {
|
||||
message.channel.send(text);
|
||||
} catch (error) {
|
||||
}
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user