aboutsummaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-10-24 12:32:43 -0400
committerMax Isom <[email protected]>2020-10-24 12:32:43 -0400
commit599dbce6e652ad1f4decb940170a26bd3b038af6 (patch)
tree6d508c7b6df71f82a5aac23d3139108e97cc9a54 /src/bot.ts
parent4f0ab9b54924ff03e9696018ad204bd98688c0ed (diff)
downloadmuse-599dbce6e652ad1f4decb940170a26bd3b038af6.tar.xz
muse-599dbce6e652ad1f4decb940170a26bd3b038af6.zip
Bump packages
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 296c06b..2345a25 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -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()));
}