We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f296175 commit 29370b7Copy full SHA for 29370b7
discord/index.js
@@ -4,7 +4,7 @@ const auth = require('./auth.json')
4
const DreamLand = require('../dreamland.js')
5
const dreamland = new DreamLand('discord')
6
7
-const myGuild = '464761427710705664';
+const myGuild = '969942531980808243';
8
9
client.on('ready', () => {
10
console.log(`Logged in as ${client.user.tag}!`);
0 commit comments