aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/core/ping.py (follow)
Commit message (Collapse)AuthorAgeLines
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Move internal eval and rename utils to coreGravatar Janine vN2021-09-05-0/+45
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.