mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-28 01:32:42 +02:00
Bump packages
This commit is contained in:
parent
4f0ab9b549
commit
599dbce6e6
15 changed files with 20134 additions and 6734 deletions
|
@ -89,7 +89,7 @@ export default class {
|
|||
}
|
||||
|
||||
await handler.execute(msg, args);
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
debug(error);
|
||||
await msg.channel.send(errorMsg((error as Error).message.toLowerCase()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue