This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PORT=4100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var discord = require('discord.js'); | |
var prefix = '!'; | |
var status = []; | |
var bot = new discord.Client({ | |
autoReconnect: true | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Discord = require('discord.js'); | |
var discordBotToken = 'YOUR BOT TOKEN HERE'; | |
var prefix = 'vores_'; | |
var roleGame = { | |
"blackdesert": { | |
name: "black desert online", | |
id: '' | |
}, |