Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move practical functions into utilities folder | 2021-09-05 | -36/+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. | |||
* | chore: Make things that are only used once constants | 2021-05-15 | -1/+2 | |
| | ||||
* | chore: Make all aliases in commands tuples | 2021-05-15 | -1/+1 | |
| | ||||
* | chore: Reformat the code to follow the style guild | 2021-05-07 | -5/+9 | |
| | ||||
* | fix: Pass bot only when __init__ is defined | 2021-05-04 | -1/+1 | |
| | ||||
* | chore: Prefer double quotes over single quotes | 2021-05-04 | -4/+4 | |
| | ||||
* | chore(evergreen): remove unneeded cog constructors | 2021-04-19 | -3/+0 | |
| | ||||
* | chore(evergreen): format each cog load docstring the same way | 2021-04-19 | -1/+1 | |
| | ||||
* | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -2/+3 | |
| | ||||
* | Remove "Want to suggest a fact?" for consistency | 2021-03-04 | -2/+1 | |
| | ||||
* | Add link to discussion for suggesting facts in Embed | 2021-03-04 | -1/+6 | |
| | ||||
* | Remove unused variables | 2021-02-23 | -5/+3 | |
| | ||||
* | Switch to itertools.cycle and add colors to constants.py | 2021-02-22 | -3/+6 | |
| | ||||
* | Add colors and move embed out of send statement; add more info about Monty ↵ | 2021-02-16 | -2/+5 | |
| | | | | Python for Fact 1 | |||
* | Change Docstring for command | 2021-02-16 | -1/+1 | |
| | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
* | Update docstring for Cog | 2021-02-16 | -1/+1 | |
| | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
* | Remove bold | 2021-02-16 | -1/+1 | |
| | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
* | Move loading of file outside of command | 2021-02-16 | -2/+5 | |
| | ||||
* | Remove unused import | 2021-02-16 | -2/+1 | |
| | ||||
* | Add .pyfacts command | 2021-02-16 | -0/+23 | |