Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move practical functions into utilities folder | 2021-09-05 | -112/+0 | |
| | | | | | | Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move. | |||
* | Merge branch 'main' into android-codeblock-fix | 2021-09-03 | -2/+2 | |
|\ | ||||
| * | Fix type annotations | 2021-08-31 | -2/+2 | |
| | | ||||
* | | Improved consistency for codeblocks to end with a newline | 2021-09-01 | -2/+2 | |
|/ | ||||
* | chore: Make things that are only used once constants | 2021-05-15 | -1/+1 | |
| | ||||
* | chore: Reformat the code to follow the style guild | 2021-05-07 | -8/+12 | |
| | ||||
* | chore: Prefer double quotes over single quotes | 2021-05-04 | -2/+2 | |
| | ||||
* | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -2/+3 | |
| | ||||
* | Merge branch 'master' into upgrade-override | 2021-02-11 | -1/+3 | |
|\ | ||||
| * | Add comment explaining why we need to pass curl as user agent | 2021-02-08 | -0/+1 | |
| | | ||||
| * | Add curl User Agent Headers | 2021-02-08 | -1/+2 | |
| | | ||||
* | | Adds Whitelist Check To Cheat Sheet | 2021-02-07 | -9/+3 | |
|/ | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Fix indentation | 2021-02-05 | -7/+7 | |
| | ||||
* | Use brackets instead of / for multi line strings | 2021-02-05 | -7/+7 | |
| | ||||
* | Move repeated code to a single variable | 2021-02-05 | -2/+4 | |
| | ||||
* | Abrupt response, so make the bot type | 2021-02-05 | -13/+14 | |
| | ||||
* | everyone -> everyone_role and remove developers role | 2021-02-02 | -1/+1 | |
| | ||||
* | Improve category check code | 2021-02-02 | -4/+5 | |
| | ||||
* | Allow cht.sh command to be used in occupied help channels | 2021-02-02 | -4/+9 | |
| | ||||
* | Add override_in_channel deco | 2021-02-02 | -1/+3 | |
| | ||||
* | Make use of constants | 2021-02-02 | -18/+21 | |
| | ||||
* | Rename cog CheatSheet ; Change Embed code to a single constructor ; remove ↵ | 2021-02-01 | -14/+18 | |
| | | | | headers as chubin/cheat.sh#280 got merged ; improve error embed docstrings | |||
* | Fix import order | 2021-01-31 | -0/+93 | |