・Stable version
・Experiment version
Discord : YSK#7011
Twitter : @YSK__0813
Support : Discord Server
1.Get your bot TOKEN.
2.[Run Command]
: git clone https://github.com/YSK813/globalchat-bot.git
3.Create secret
folder and secret/token.json
files.
4.Put TOKEN into ./src/secret/token.json
5.[Run Command]
: npm install
6.[Bot Run Command]
: node scsbot.js
{
"token": "xxx"
}
Please replace xxx
your bot token.
{
"prefix": ".",
"log_channel": "xxx",
"emojis": {
"ok": "🔵",
"no": "⛔"
},
"embed": {
"color": {
"ok": "#007fff",
"no": "#ff0000"
}
},
"config": {
"discordlink": false,
"removereaction": true
}
}
- "prefix" : This is Set Bot command prefix.
- "log_channel" : Channel to send all bot logs.
- "emojis" : Emoji that reacts to the message.
- "ok" : If OK.
- "no" : If NO.
- "embed" : Embed settings.
- "color": Embed color in your Bot.
- "ok" : If process success.
- "no" : If process error.
- "color": Embed color in your Bot.
- "config" : You can change the settings related to global chat.
- "discordlink" : Do you want to send a Discord invitation link?
- "true" : Can be sent.
- "false" : Cannot send.
- "removereaction" : Whether to delete the reaction of transmission completion.
- "true" : Delete.
- "false" : Do not delete.
- "discordlink" : Do you want to send a Discord invitation link?