This commit is contained in:
Daniel Odendahl Jr
2017-05-06 00:41:01 +00:00
parent f6b0d3933e
commit 0ec79c4f2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "18.2.4",
"version": "18.2.5",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {
+1 -1
View File
@@ -24,7 +24,7 @@ class SequelizeProvider extends SettingProvider {
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, after using {@link CommandoClient#setProvider})
* @name PostgreSQLProvider#client
* @type {CommandoClient}
* @readonly