aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/emoji.py (follow)
Commit message (Collapse)AuthorAgeLines
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-1/+1
| | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]>
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-4/+3
| | | | | 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
|
* 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.