Bump dependencies

This commit is contained in:
Max Isom 2020-03-25 17:59:09 -05:00
parent dc70a37e96
commit 4e1a156f9b
7 changed files with 121 additions and 90 deletions

View file

@ -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()));
}
});