Closed ProjectHelixCoin closed 6 years ago
that would be on thw discords website in the steps for setting up a bot there
Create a bot and get the bots Token and Client ID: https://discordapp.com/developers/applications/me
After going to the link above click “new application”. Give it a name, picture, and description.
On the side bar navigation menu click "Bot" Click “Add Bot” and click “Yes, Do It!” when the dialog pops up.
Copy down the token used on this page to login and Client ID on the general info page to invite your new bot to your discord server.
I made a bot, and its showing on discord as offline, but how do i link it to the code so it knows to use this bot
get the token for the bot and use it in the config here
// Bot configuration
"bot": {
"token":"Bot-Token",
"prefix": "!",
"debug": true
},
Oh wow derp, i thought i had to pick the "coin token" there, haha
lol
I've set the exact same rpc details in the coin.conf as in the default.json but when i run the /bot/bot.js it keeps giving me the error that the login credentials are wrong so i dont think its that..
However, I'm missing a step in the readme where it tells us to edit the bot client id and secret token, where are we supposed to do this?