aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-05-30 21:37:40 -0500
committerMax Isom <[email protected]>2020-05-30 21:37:40 -0500
commit58fcc481ba0390bf60327382870602807b27bfe5 (patch)
tree2400072e270636db51aa2b857010d40572b6e135 /src/index.ts
parent7fcd9a6a7de6704a9a9e357b792a8ed52b0c4edc (diff)
downloadmuse-58fcc481ba0390bf60327382870602807b27bfe5.tar.xz
muse-58fcc481ba0390bf60327382870602807b27bfe5.zip
Bump dependencies
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index b2ee442..6ef3575 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -21,5 +21,5 @@ const spotify = container.get<Spotify>(TYPES.Lib.Spotify);
await sequelize.sync({});
- bot.listen();
+ await bot.listen();
})();