-
Notifications
You must be signed in to change notification settings - Fork 16
Obtaining Different Access Tokens Standard Configuration
Larry edited this page Sep 11, 2022
·
2 revisions
The discord bot can support many different data providers; however, not all of them require an access token to speak with. Currently there are only two data providers that require tokens to speak with: Steam
and Battle Metrics
.
In order to get a Steam API key, you will need a domain to link it to. Trying looking into Google's domain site. After you have gotten a domain navigate to Steam'd Web API Key Register, and get your Steam API Key. Copy your Key
and put it in your config file by replacing SteamAPIKeyHere
with your Steam API Key.
In order to get a Battle Metrics API Key, you will need to visit here, and generate an api token. After you must replace Here
with your Battle Metrics API Key.