UKLooneyJr / kc-discord-bot

KC Discord Bot
MIT License
3 stars 1 forks source link

Feat/xml channels #25

Closed cyosam closed 3 years ago

cyosam commented 3 years ago

Now loading channel list from xml file, initially located in a resources folder in the repo root. If we fail to load this file, or it is malformed, then we will load the old default list. The list will be refreshed with the !channels command.

Closes #21