CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

config.template.py and INSTALL.md are inconsistent #251

Closed willow-bohlen closed 7 years ago

willow-bohlen commented 7 years ago

In INSTALL.md, it says this: Next, open 'config.py' with your favorite text editor, and set 'USERNAME' and 'PASSWORD' to the bot's credentials, and set 'CHANNEL' to your channel's name.

However, the config.template.py doesn't have 'USERNAME' or 'PASSWORD', only this:

`TOKEN = "OAuth_Token" CHANNEL = "ChannelName"

API_TOKEN = "CactusAPI_Token" API_PASSWORD = "CactusAPI_Password" API_URL = "https://cactus.exoz.one/api/v1/"`

Just a simple inconsistency that can be easily fixed.

Innectic commented 7 years ago

Ah, seems that I forgot to update the install instructions when I implemented OAuth. Fixing now :)

willow-bohlen commented 7 years ago

@Innectic is da real mvp