aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/core/source.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add python help channel to src command whitelistHEADmainGravatar Joe Banks3 days-1/+3
|
* Move unshared contants inside modulesGravatar Chris Lovering2023-05-09-5/+8
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-3/+2
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Fix TypeError caused by adding a list to a tupleGravatar Izan2022-02-20-1/+1
|
* Allow `.src` in dev-contrib and community-meta (#1033)Gravatar TizzySaurus2022-02-20-1/+3
|
* Move internal eval and rename utils to coreGravatar Janine vN2021-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.