Merge pull request #2 from jesperbakhandskemager/development

Removed unused code and change README
This commit is contained in:
Jesper Bak Handskemager 2022-09-16 15:51:33 +02:00 committed by GitHub
commit b1c429e0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,6 @@ This bot enables users to link their steam accounts to their discord accounts.
When you are in a voice channel, you can use the /show-team command to show the CS:GO friend codes of the other users in voice who have linked their accounts
## How do I set it up?
You can't currently but I will release the backend code soon enough, until then it's recommended you use the [default bot](https://discord.com/api/oauth2/authorize?client_id=1012444172369805342&permissions=551954680848&scope=applications.commands%20bot)
You can use the official bot [default bot](https://discord.com/api/oauth2/authorize?client_id=1012444172369805342&permissions=551954680848&scope=applications.commands%20bot)
Or you can set the backend up yourself found here: [csgo-hub-backend](https://github.com/jesperbakhandskemager/csgo-hub-backend)

View File

@ -26,7 +26,6 @@ type YAMLFile struct {
}
type Config struct {
STEAM_KEY string `yaml:"STEAM_KEY"`
DISCORD_TOKEN string `yaml:"DISCORD_TOKEN"`
}