We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8718645 commit e446354Copy full SHA for e446354
main.js
@@ -21,7 +21,7 @@ global.DATABASE = new (require('./lib/database'))(opts._[0] ? opts._[0] + '_' :
21
if (!global.DATABASE.data.users) global.DATABASE.data = {
22
users: {},
23
groups: {},
24
- chats: {3},
+ chats: {},
25
}
26
if (!global.DATABASE.data.groups) global.DATABASE.data.groups = {}
27
if (!global.DATABASE.data.chats) global.DATABASE.data.chats = {}
0 commit comments