fix
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -29,7 +29,7 @@ module.exports = {
|
|||||||
|
|
||||||
if (!client.exists(GuildDB.playerstats)) {
|
if (!client.exists(GuildDB.playerstats)) {
|
||||||
GuildDB.playerstats = [{}];
|
GuildDB.playerstats = [{}];
|
||||||
this.dbo.collection("guilds").updateOne({ "server.serverID": guild.serverID }, {
|
client.dbo.collection("guilds").updateOne({ "server.serverID": guild.serverID }, {
|
||||||
$set: {
|
$set: {
|
||||||
"server.playerstats": []
|
"server.playerstats": []
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayz-armbands",
|
"name": "dayz-armbands",
|
||||||
"version": "5.7.1",
|
"version": "5.7.3",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user