| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-03-22 | HelpChannels: add a function to init the categories | -0/+16 | ||
| As the categories are essential for the functionality of the cog, if this function fails to get a category, it will remove/unload the cog. | ||||
| 2020-03-22 | HelpChannels: add a function to get a channel or fetch it from API | -0/+8 | ||
| 2020-03-22 | HelpChannels: add a logger | -0/+3 | ||
| 2020-03-22 | HelpChannels: add method stubs | -1/+48 | ||
| 2020-03-22 | Constants: add help category constants | -3/+7 | ||
| The original category was re-purposed as the "in-use" category so that deployment of the new system will not interrupt ongoing help sessions. | ||||
| 2020-03-22 | HelpChannels: add constants for active/dormant messages | -0/+24 | ||
| 2020-03-22 | Constants: add constants for HelpChannels cog | -0/+19 | ||
| 2020-03-22 | HelpChannels: load element names from JSON | -0/+7 | ||