Merge pull request #710 from fearnlj01/1.0-fearnlj01
Fixed what I broke
This commit is contained in:
commit
a7015c059e
@ -4,27 +4,26 @@ If you do not see `credentials.json` you will need to rename `credentials_exampl
|
|||||||
**This is how the unedited credentials look:**
|
**This is how the unedited credentials look:**
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"ClientId": 123123123,
|
||||||
|
"BotId": null,
|
||||||
"Token": "",
|
"Token": "",
|
||||||
"ClientId": "116275390695079945",
|
|
||||||
"BotId": 1231231231231,
|
|
||||||
"OwnerIds": [
|
"OwnerIds": [
|
||||||
123123123123,
|
0
|
||||||
5675675679845
|
|
||||||
],
|
],
|
||||||
"GoogleAPIKey": "",
|
"LoLApiKey": "",
|
||||||
"SoundCloudClientID": "",
|
"GoogleApiKey": "",
|
||||||
"MashapeKey": "",
|
"MashapeKey": "",
|
||||||
"LOLAPIKEY": "",
|
"OsuApiKey": "",
|
||||||
"TrelloAPPKey": "",
|
"SoundCloudClientId": "",
|
||||||
"OsuAPIKey": "",
|
"Db": null,
|
||||||
"CarbonKey": "",
|
"TotalShards": 1
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
####Required Parts
|
####Required Parts
|
||||||
+ **Token** - Required to log in. Refer to this [guide](http://discord.kongslien.net/guide.html)
|
+ **Token** - Required to log in. Refer to this [guide](http://discord.kongslien.net/guide.html)
|
||||||
+ **OwnerIds** - Required for the **Owner-Only** commands. Seperate multiple Id's with a comma.
|
+ **OwnerIds** - Required for the **Owner-Only** commands. Seperate multiple Id's with a comma.
|
||||||
+ **BotId** - Required for custom reactions and conversation commands to work.
|
+ **BotId** - Required for custom reactions to work.
|
||||||
+ **Important : Bot ID and Client ID are the same in newer bot accounts due to recent Discord API changes.**
|
+ **Important : Bot ID and Client ID will be the same in newer bot accounts due to recent changes by Discord.**
|
||||||
|
|
||||||
_BotId and the OwnerIds are **NOT** the names of the owner and the bot. If you do not know the id of your bot, keep the two random numbers in those fields and
|
_BotId and the OwnerIds are **NOT** the names of the owner and the bot. If you do not know the id of your bot, keep the two random numbers in those fields and
|
||||||
run the bot then do `.uid @MyBotName` - this will give you your bot_id.
|
run the bot then do `.uid @MyBotName` - this will give you your bot_id.
|
||||||
@ -44,12 +43,16 @@ Setting up your API keys
|
|||||||
+ Copy the key and paste it into `credentials.json`
|
+ Copy the key and paste it into `credentials.json`
|
||||||
+ **LOLAPIKey** - Required for all League of Legends commands.
|
+ **LOLAPIKey** - Required for all League of Legends commands.
|
||||||
+ You can get this key [here](http://api.champion.gg/)
|
+ You can get this key [here](http://api.champion.gg/)
|
||||||
+ **TrelloAppKey** - Required for the trello commands.
|
|
||||||
+ You can get this key [here](https://trello.com/app-key) **Be sure you are logged into Trello first**
|
|
||||||
+ **OsuAPIKey** - Required for Osu commands
|
+ **OsuAPIKey** - Required for Osu commands
|
||||||
+ You can get this key [here](https://osu.ppy.sh/p/api) **You will need to log in and like the soundcloud it may take a few tries**
|
+ You can get this key [here](https://osu.ppy.sh/p/api) **You will need to log in and like the soundcloud it may take a few tries**
|
||||||
+ **CarbonKey** -This key is for Carobnitex.net stats.
|
|
||||||
+ Most likely unnecessary **Needed only if your bot is listed on Carbonitex.net**
|
Additional options
|
||||||
|
====================
|
||||||
|
+ **TotalShards** - Required if the bot will be connected to more than 2500 servers
|
||||||
|
+ Most likely unnecessary to change until your bot is added to more than 2000 servers
|
||||||
|
[//]: # (+ **Db** - Allows for advanced database configuration )
|
||||||
|
[//]: # ( + Leave this with the `null` value for standard operation - change this to `examples` to [This is only a comment so doesn't need proper detail])
|
||||||
|
|
||||||
|
|
||||||
Config.json
|
Config.json
|
||||||
===========
|
===========
|
||||||
|
@ -19,8 +19,8 @@ If you want to contribute, be sure to PR on the **[1.0][1.0]** branch.
|
|||||||
- [Windows Guide](guides/Windows Guide.md)
|
- [Windows Guide](guides/Windows Guide.md)
|
||||||
- [Linux Guide](guides/Linux Guide.md)
|
- [Linux Guide](guides/Linux Guide.md)
|
||||||
- [OSX Guide](guides/OSX Guide.md)
|
- [OSX Guide](guides/OSX Guide.md)
|
||||||
- [Building from Source](guides/Building from Source.md)
|
|
||||||
- [Docker Guide](guides/Docker Guide.md)
|
- [Docker Guide](guides/Docker Guide.md)
|
||||||
|
- [Upgrading Guide](guides/Upgrading Guide.md)
|
||||||
- Commands
|
- Commands
|
||||||
- [Readme](Readme.md)
|
- [Readme](Readme.md)
|
||||||
- [Commands List](Commands List.md)
|
- [Commands List](Commands List.md)
|
||||||
|
@ -7,9 +7,8 @@ pages:
|
|||||||
- Windows Guide: guides/Windows Guide.md
|
- Windows Guide: guides/Windows Guide.md
|
||||||
- Linux Guide: guides/Linux Guide.md
|
- Linux Guide: guides/Linux Guide.md
|
||||||
- OSX Guide: guides/OSX Guide.md
|
- OSX Guide: guides/OSX Guide.md
|
||||||
- Building from Source: guides/Building from Source.md
|
|
||||||
- Upgrading Guide: guides/Upgrading Guide.md
|
|
||||||
- Docker Guide: guides/Docker Guide.md
|
- Docker Guide: guides/Docker Guide.md
|
||||||
|
- Upgrading Guide: guides/Upgrading Guide.md
|
||||||
- Commands:
|
- Commands:
|
||||||
- Readme: Readme.md
|
- Readme: Readme.md
|
||||||
- Commands List: Commands List.md
|
- Commands List: Commands List.md
|
||||||
|
Loading…
Reference in New Issue
Block a user