aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/emoji.py (follow)
Commit message (Collapse)AuthorAgeLines
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-3/+5
|
* Migrate to `og_blurple` (#924)Gravatar TizzySaurus2021-10-26-1/+1
|
* Emoji: make the datetimes offset-naiveGravatar Matteo Bertucci2021-09-20-2/+2
| | | | | You know the drill, due to discord.py 2.0a0 datetimes are now offset-aware, breaking some code. Closes python-discord/sir-lancebot#875
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+123
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.