Это бот для показа количества игроков на сервере игры SCP:SL!
Support: https://sdbo.kindtech.ru/
Показ количества игроков в статусе бота
Команда Info @Server#0000
- Надо достать токен бота в Discord Developer Portal
- Выбери Бота.
- Зайди в пункт Bot.
- Copy Token.
| Option | Type | Description |
|---|---|---|
| BOTS | object | Объект с настройками бота |
| globalPrefix | string | Префикс бота. Пример: ; |
| globalCommand | string | Название команды info |
| servers | array | Массив c настройками серверов |
| PORT | int | Порт сервера |
| TOKEN | string | Токен бота |
| API | object | Объект с настройками api |
| KEY | string | API Ключ. Впиши !api в твою консоль сервера |
| AccountID | string | Твой AccontID Нати можно в ServerList |
{
"BOTS": {
"globalPrefix": "!",
"globalCommand": "sinfo",
"servers": [
{
"PORT": 7777,
"TOKEN": "NTYzNzA3NTE4NDA5NTA2ODI2.PaSh.eAw_LOKmY1KLE8W15VjDL9_8sEY"
},
{
"PORT": 7778,
"TOKEN": "NTc5MjI4MjE5ODM2NzI3Mjk3.XNЕ_BuD.-EDm8mSyP0g28nkyHqu5UT7ChWkY"
}
]
},
"API": {
"KEY": "Rx8HHTO7TO4n0GsM7a8SIbOi",
"AccountID": "15772"
}
}- В консоле пишете
npm i - И последнее, в консоле пишите
npm startилиnpm run start
Надеюсь этот бот вам поможет и будет удобен для вас!)
This is a bot for showing the number of players on the game server SCP: SL!
Showing the number of players in bot status
Command Info @Server#0000
- We need to get the bot token in Discord Developer Portal
- Choose a bot.
- Go to Bot.
- Copy Token.
| Option | Type | Description |
|---|---|---|
| BOTS | object | Object with bot settings |
| globalPrefix | string | Bot prefix. Example: ; |
| globalCommand | string | Command name info |
| servers | array | Array with servers settings |
| PORT | int | Server port |
| TOKEN | string | Bot token |
| API | object | Object with settings api |
| KEY | string | API Key. Enter !api in your server console |
| AccountID | int | Your AccontID. Can be in ServerList |
{
"BOTS": {
"globalPrefix": "!",
"globalCommand": "sinfo",
"servers": [
{
"PORT": 7777,
"TOKEN": "NTYzNzA3NTE4NDA5NTA2ODI2.PaSh.eAw_LOKmY1KLE8W15VjDL9_8sEY"
},
{
"PORT": 7778,
"TOKEN": "NTc5MjI4MjE5ODM2NzI3Mjk3.XNЕ_BuD.-EDm8mSyP0g28nkyHqu5UT7ChWkY"
}
]
},
"API": {
"KEY": "Rx8HHTO7TO4n0GsM7a8SIbOi",
"AccountID": "15772"
}
}- In the console, write
npm i - Finally, in the console write
npm startornpm run start
I hope this bot will help you and be convenient for you!)

