aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/wolfram.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-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 tupleGravatar Xithrius2021-09-02-1/+1
|
* Fix type annotationsGravatar decorator-factory2021-08-31-7/+7
|
* Update Stackoverflow, Wolfram, movie_generator cogs to use aiohttp get paramsGravatar D0rs4n2021-08-08-17/+17
|
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-6/+10
|
* chore: Use ctx instead of ctx.channelGravatar ToxicKidz2021-05-10-3/+3
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-2/+2
|
* chore(evergreen): make usage of . at sentence ends consistentGravatar vcokltfre2021-04-19-6/+6
|
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-3/+4
|
* Merge branch 'main' into Handle-DMChannelsGravatar Matteo Bertucci2021-03-19-1/+10
|\
| * Apply mock locations to every subcommandsGravatar Matteo Bertucci2021-02-09-0/+6
| |
| * Add location mocks to the wolfram cogGravatar Matteo Bertucci2021-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 errorsGravatar Chris2021-02-05-1/+2
|/
* Removed the time utility and replaced it with the arrow package.Gravatar Xithrius2020-08-29-2/+1
| | | | Alphabetized the "Colours" NamedTuple in the constants file.
* Update bot/exts/evergreen/wolfram.pyGravatar Xithrius2020-08-29-2/+1
| | | Co-authored-by: Dennis Pham <[email protected]>
* Migrated Wolfram cog from the Python bot in Python-Discord/bot.Gravatar Xithrius2020-08-29-0/+280