We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd089b4 commit 2417bc2Copy full SHA for 2417bc2
commands/rpc.js
@@ -6,7 +6,7 @@ const { token } = require('../config.json')
6
7
8
const Keyv = require('keyv')
9
-const keyv = new Keyv('sqlite://../core.sqlite')
+const keyv = new Keyv('sqlite://./core.sqlite')
10
11
function isStaff(member) {
12
return member.roles.cache.has('880455024348631081') || member.roles.cache.has('880450642588602479')
@@ -40,4 +40,4 @@ module.exports = {
40
},
41
};
42
43
-client.login(token)
+client.login(token)
0 commit comments