aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/cheatsheet.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-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-fixGravatar Xithrius2021-09-03-2/+2
|\
| * Fix type annotationsGravatar decorator-factory2021-08-31-2/+2
| |
* | Improved consistency for codeblocks to end with a newlineGravatar wookie1842021-09-01-2/+2
|/
* chore: Make things that are only used once constantsGravatar ToxicKidz2021-05-15-1/+1
|
* chore: Reformat the code to follow the style guildGravatar ToxicKidz2021-05-07-8/+12
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-2/+2
|
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
|
* Merge branch 'master' into upgrade-overrideGravatar Xithrius2021-02-11-1/+3
|\
| * Add comment explaining why we need to pass curl as user agentGravatar Shivansh-0072021-02-08-0/+1
| |
| * Add curl User Agent HeadersGravatar Shivansh-0072021-02-08-1/+2
| |
* | Adds Whitelist Check To Cheat SheetGravatar Hassan Abouelela2021-02-07-9/+3
|/ | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Fix indentationGravatar Shivansh-0072021-02-05-7/+7
|
* Use brackets instead of / for multi line stringsGravatar Shivansh-0072021-02-05-7/+7
|
* Move repeated code to a single variableGravatar Shivansh-0072021-02-05-2/+4
|
* Abrupt response, so make the bot typeGravatar Shivansh-0072021-02-05-13/+14
|
* everyone -> everyone_role and remove developers roleGravatar Shivansh-0072021-02-02-1/+1
|
* Improve category check codeGravatar Shivansh-0072021-02-02-4/+5
|
* Allow cht.sh command to be used in occupied help channelsGravatar Shivansh-0072021-02-02-4/+9
|
* Add override_in_channel decoGravatar Shivansh-0072021-02-02-1/+3
|
* Make use of constantsGravatar Shivansh-0072021-02-02-18/+21
|
* Rename cog CheatSheet ; Change Embed code to a single constructor ; remove ↵Gravatar Shivansh-0072021-02-01-14/+18
| | | | headers as chubin/cheat.sh#280 got merged ; improve error embed docstrings
* Fix import orderGravatar Shivansh-0072021-01-31-0/+93