mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-27 20:32:33 +02:00
Bump dependencies
This commit is contained in:
parent
dc70a37e96
commit
4e1a156f9b
7 changed files with 121 additions and 90 deletions
src
|
@ -91,7 +91,7 @@ export default class {
|
|||
await handler.execute(msg, args);
|
||||
} catch (error) {
|
||||
debug(error);
|
||||
await msg.channel.send(errorMsg(error.message.toLowerCase()));
|
||||
await msg.channel.send(errorMsg((error as Error).message.toLowerCase()));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue