v12.7.8 clean internal error handling
This commit is contained in:
11 files changed
+154
-510
No files matched your search
+1
-1
@@ -87,7 +87,7 @@ module.exports = {
|
||||
(x) => x.aliases && x.aliases.includes(args[0].options[0].value)
|
||||
);
|
||||
if (!cmd)
|
||||
return client.sendTime(
|
||||
return client.sendError(
|
||||
interaction,
|
||||
`❌ | Unable to find that command.`
|
||||
);
|
||||
|
||||
Reference in new issue
Block a user