-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How i can find bot-config.json? #27
Comments
Sure in the main folder you'll want to create a bot-config.json file if it does not already exist. Running the application once will also create it. Contents of the file look as follows, and you replace everything between " quotes with your token. {
"discord": {
"token": "token-here"
}
} Token comes from the discord developer portal after you make an "app" here: |
Should you close this issue as it was resolved? |
I also had to manually create my bot-config.json file, fortunately it is very small/short as per above. |
@Malexion you should create the file bot-config.json like that :
It will be easier for people to setup the bot. |
Yeah I used to have it checked in but then I kept committing my api so I kept having to regenerate them |
was also stuck here, i recomend to add this to the "installation" part on the main page. |
Just FYI, there's a bug in the default config generation code which prevents it from actually creating the file. the |
Should be resolved in the latest commit |
I looking in all file but not found it.Could you help me?
The text was updated successfully, but these errors were encountered: