aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/ping.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move internal eval and rename utils to coreGravatar Janine vN2021-09-05-45/+0
| | | | | | | | | 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.
* fix: Again, Resolve Merge ConflictsGravatar ToxicKidz2021-05-13-1/+18
|\
| * feat: merge ping and uptime cogs (#722)Gravatar vcokltfre2021-05-12-2/+19
| |
* | chore(evergreen): format each cog load docstring the same wayGravatar vcokltfre2021-04-19-1/+1
| |
* | chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
|/
* chore: use discord terminologyGravatar vcokltfre2021-04-13-1/+1
| | | Co-authored-by: Joe Banks <[email protected]>
* chore: add ping_pong emojiGravatar vcokltfre2021-04-13-1/+1
|
* feat: add ping commandGravatar vcokltfre2021-04-13-0/+27