aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-03-22HelpChannels: add a function to init the categoriesGravatar MarkKoz-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-22HelpChannels: add a function to get a channel or fetch it from APIGravatar MarkKoz-0/+8
2020-03-22HelpChannels: add a loggerGravatar MarkKoz-0/+3
2020-03-22HelpChannels: add method stubsGravatar MarkKoz-1/+48
2020-03-22Constants: add help category constantsGravatar MarkKoz-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-22HelpChannels: add constants for active/dormant messagesGravatar MarkKoz-0/+24
2020-03-22Constants: add constants for HelpChannels cogGravatar MarkKoz-0/+19
2020-03-22HelpChannels: load element names from JSONGravatar MarkKoz-0/+7