Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add python help channel to src command whitelistHEADmain | 3 days | -1/+3 | |
| | ||||
* | Move unshared contants inside modules | 2023-05-09 | -5/+8 | |
| | ||||
* | Apply fixes for ruff linting | 2023-05-09 | -3/+2 | |
| | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Fix TypeError caused by adding a list to a tuple | 2022-02-20 | -1/+1 | |
| | ||||
* | Allow `.src` in dev-contrib and community-meta (#1033) | 2022-02-20 | -1/+3 | |
| | ||||
* | Move internal eval and rename utils to core | 2021-09-05 | -0/+85 | |
Part of this restructure involves splitting out the massive evergreen folder into a `fun` folder and then a `utilities` folder. To help with that we've rename the `util` folder to `core`. The core functions to run the bot have been moved into this folder. `.source`, `.ping`, and `.int e` have been moved into this folder. |