| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-02-07 | Adds Whitelist Check To Cheat Sheet | -9/+3 | ||
| Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-07 | Switches To Whitelist Check | -16/+16 | ||
| Switches all instances of override_in_channel to whitelist override. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-07 | Overhauls In Channel Check | -52/+63 | ||
| Upgrades in channel check to support categories, and in the case of overrides, roles too. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-05 | Fix indentation | -7/+7 | ||
| 2021-02-05 | Use brackets instead of / for multi line strings | -7/+7 | ||
| 2021-02-05 | Move repeated code to a single variable | -2/+4 | ||
| 2021-02-05 | Abrupt response, so make the bot type | -13/+14 | ||
| 2021-02-04 | Make use of constants in the url | -12/+11 | ||
| 2021-02-02 | everyone -> everyone_role and remove developers role | -3/+2 | ||
| 2021-02-02 | Improve category check code | -4/+5 | ||
| 2021-02-02 | Allow cht.sh command to be used in occupied help channels | -10/+14 | ||
| 2021-02-02 | Add not Implemented error handler for .status cat command | -0/+3 | ||
| 2021-02-02 | Add override_in_channel deco | -1/+3 | ||
| 2021-02-02 | Make use of constants | -18/+21 | ||
| 2021-02-01 | Fixes Issue Matching Regex | -1/+1 | ||
| Changes the automatic issue matching regex to make it work for repos at the very beginning of messages. | ||||
| 2021-02-01 | Remove brackets from .join | -1/+1 | ||
| 2021-02-01 | Add similar repsonse.status check to too, and instead of ValueError raise ↵ | -4/+12 | ||
| NotImplemented error if the status is not implemented yet but is a valid status code | ||||
| 2021-02-01 | rename the cog to HTTPStatusCodes | -3/+3 | ||
| 2021-02-01 | Rename cog CheatSheet ; Change Embed code to a single constructor ; remove ↵ | -14/+18 | ||
| headers as chubin/cheat.sh#280 got merged ; improve error embed docstrings | ||||