mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-08 19:31:35 +02:00
Bump dependencies
This commit is contained in:
parent
7fcd9a6a7d
commit
58fcc481ba
4 changed files with 3635 additions and 24 deletions
|
@ -21,5 +21,5 @@ const spotify = container.get<Spotify>(TYPES.Lib.Spotify);
|
|||
|
||||
await sequelize.sync({});
|
||||
|
||||
bot.listen();
|
||||
await bot.listen();
|
||||
})();
|
||||
|
|
2
src/packages.d.ts
vendored
2
src/packages.d.ts
vendored
|
@ -11,7 +11,7 @@ declare module 'ytsr' {
|
|||
items: VideoResult[];
|
||||
}
|
||||
|
||||
export default function (search: string, options: object): Promise<SearchResult>;
|
||||
export default function (search: string, options: Record<string, unknown>): Promise<SearchResult>;
|
||||
}
|
||||
|
||||
declare module 'array-shuffle' {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue