1
0
Fork 0
mirror of synced 2024-06-03 03:04:33 +12:00

Remove DA from the examples

This commit is contained in:
Phxntxm 2017-04-13 19:51:10 -05:00
parent 77dd53567f
commit 8962218f7d
2 changed files with 0 additions and 4 deletions

View file

@ -40,8 +40,6 @@ The only required file to modify would be the config.yml.sample file. The entrie
- twitch_key: The twitch token that is used for the API calls
- youtube_key: The key used for youtube API calls
- osu_key: The key used for Osu API calls
- da_id: The deviant art ID retrieved when registering an application, needed for API calls.
- da_secret: The deviant art Secret, given with the da_id above
- shard_count: This is the number of shards the bot is split over. 1 needs to be used if the bot is not being sharded
- shard_id: This will be the ID of the shard in particular, 0 if sharding is not used
- extensions: This is a list of the extensions loaded into the bot (check the cogs folder for the extensions available). The disabled playlist is a special entry....read that file for what its purpose is....most likely you will not need it. Entries in this list need to be separated by ", " like in the example.

View file

@ -8,8 +8,6 @@ carbon_key: 'key'
twitch_key: 'key'
youtube_key: 'key'
osu_key: 'key'
da_id: 'id'
da_secret: 'key'
dev_server: 'https://discord.gg/123456'
user_agent: 'User-Agent/1.0.0 (Comment like link to site)'