Skip to content

Это бот для показа количества игроков на сервере игры SCP:SL

Notifications You must be signed in to change notification settings

KindTechTeam/SCPDiscordBotOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCPDiscordBotOnline

Это бот для показа количества игроков на сервере игры SCP:SL!

Support: https://sdbo.kindtech.ru/

Функционал

Показ количества игроков в статусе бота

alt-statuscount

Команда Info @Server#0000

alt-commandimg

Настройка

  1. Надо достать токен бота в 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"
    }
}
  1. В консоле пишете npm i
  2. И последнее, в консоле пишите npm start или npm run start

Надеюсь этот бот вам поможет и будет удобен для вас!)

SCPDiscordBotOnline [ENG]

This is a bot for showing the number of players on the game server SCP: SL!

Functional

Showing the number of players in bot status

alt-statuscount

Command Info @Server#0000

alt-commandimg

Settings

  1. 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

Explame:

{
    "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"
    }
}
  1. In the console, write npm i
  2. Finally, in the console write npm start or npm run start

I hope this bot will help you and be convenient for you!)