Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move practical functions into utilities folder | 2021-09-05 | -293/+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. | |||
* | Added documentation for tuple | 2021-09-02 | -1/+1 | |
| | ||||
* | Fix type annotations | 2021-08-31 | -7/+7 | |
| | ||||
* | Update Stackoverflow, Wolfram, movie_generator cogs to use aiohttp get params | 2021-08-08 | -17/+17 | |
| | ||||
* | chore: Refactor more code to follow our style guide | 2021-05-14 | -6/+10 | |
| | ||||
* | chore: Use ctx instead of ctx.channel | 2021-05-10 | -3/+3 | |
| | ||||
* | chore: Prefer double quotes over single quotes | 2021-05-04 | -2/+2 | |
| | ||||
* | chore(evergreen): make usage of . at sentence ends consistent | 2021-04-19 | -6/+6 | |
| | ||||
* | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -3/+4 | |
| | ||||
* | Merge branch 'main' into Handle-DMChannels | 2021-03-19 | -1/+10 | |
|\ | ||||
| * | Apply mock locations to every subcommands | 2021-02-09 | -0/+6 | |
| | | ||||
| * | Add location mocks to the wolfram cog | 2021-02-09 | -1/+4 | |
| | | | | | | Previously the server IP address could be leaked using some query such as “what is the weather here?” or simply “what’s my ip?”. This aims to fix it by using mock locations. | |||
* | | First pass of easy to produce errors | 2021-02-05 | -1/+2 | |
|/ | ||||
* | Removed the time utility and replaced it with the arrow package. | 2020-08-29 | -2/+1 | |
| | | | | Alphabetized the "Colours" NamedTuple in the constants file. | |||
* | Update bot/exts/evergreen/wolfram.py | 2020-08-29 | -2/+1 | |
| | | | Co-authored-by: Dennis Pham <[email protected]> | |||
* | Migrated Wolfram cog from the Python bot in Python-Discord/bot. | 2020-08-29 | -0/+280 | |