catch update
This commit is contained in:
parent
01daace13f
commit
38fbdf0003
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ exports.help = {
|
||||||
// Basic message auto-deletion
|
// Basic message auto-deletion
|
||||||
if (!args[0]) {
|
if (!args[0]) {
|
||||||
message.delete();
|
message.delete();
|
||||||
return (await message.reply("text")).delete(5000);
|
return (await message.reply("text")).delete(5000).catch(() => { });
|
||||||
}
|
}
|
Loading…
Reference in a new issue