mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Fix
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bufferutil": "^3.0.1",
|
"bufferutil": "^3.0.1",
|
||||||
"canvas": "automattic/node-canvas",
|
"canvas": "automattic/node-canvas",
|
||||||
"cheerio": "^1.0.0",
|
"cheerio": "^1.0.0-rc.1",
|
||||||
"cleverio": "dragonfire535/cleverio",
|
"cleverio": "dragonfire535/cleverio",
|
||||||
"custom-translate": "dragonfire535/custom-translate",
|
"custom-translate": "dragonfire535/custom-translate",
|
||||||
"discord.js": "hydrabolt/discord.js",
|
"discord.js": "hydrabolt/discord.js",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ class SequelizeProvider extends SettingProvider {
|
|||||||
this.db = db;
|
this.db = db;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Client that the provider is for (set once the client is ready, after using {@link CommandoClient#setProvider})
|
* Client that the provider is for (set once the client is ready)
|
||||||
* @name SequelizeProvider#client
|
* @name SequelizeProvider#client
|
||||||
* @type {CommandoClient}
|
* @type {CommandoClient}
|
||||||
* @readonly
|
* @readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user