diff options
| author | Max Isom <[email protected]> | 2020-05-30 21:37:40 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-05-30 21:37:40 -0500 |
| commit | 58fcc481ba0390bf60327382870602807b27bfe5 (patch) | |
| tree | 2400072e270636db51aa2b857010d40572b6e135 /src/index.ts | |
| parent | 7fcd9a6a7de6704a9a9e357b792a8ed52b0c4edc (diff) | |
| download | muse-58fcc481ba0390bf60327382870602807b27bfe5.tar.xz muse-58fcc481ba0390bf60327382870602807b27bfe5.zip | |
Bump dependencies
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 2 |
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(); })(); |
