Status Bots

The Status Bots are multiple bot instances that receive information about your scp:sl servers and display it accordingly.

Getting Started

The status bots general settings.

# Determines if the bot(s) are active or not
active: false

# Your servers api key. You can get it from the console by typing < !api show >
api: ""
# Can be obtained by typing < !id > into your console
account_id: ""

# ** WARNING ** Turning off messes with template playerlists
# Turn this of if you don't want playerlists to be periodically updated
check_playerlist: true

# Should the server status be posted to a specified channel?
post_server_status: false
# The channel that the server status is going to be posted to
post_channel : ""
# Status page url, change this if you have a custom server status page set up, if not leave it as is
page_url: "https://status.scpslgame.com/"
Active

Determines if Status Bots are active

Api

The api key of your server (scp:sl). You can obtain it by running !api show in your server console. If you are not receiving a key, type !api reset and then again !api show

Account Id

The account id of your server (scp:sl). You can obtain it by running !id in your server console

Check Playerlist

Determines if playerlist's that have been created with the /template command be regularly checked and updated

Post Server Status

Determines if the current server status (online/offline/unreachable) should be posted to a channel.

Post Channel

The id of the channel which server status messages will be posted in

Page Url

If you have a custom status page set up, you can reset this link with it

Last updated