aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/wikipedia.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add user agent to Wikipedia API requestsGravatar Joe Banks2025-08-26-1/+5
|
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-2/+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
|
* Limit user reactions on embed paginationGravatar NipaDev2021-11-05-3/+1
| | | | | | | | | | * Limit user reactions on embed pagination Limit user reactions to prevent non-author from removing message by adding user restriction to paginator. * Fixed the format of code to single line. Co-authored-by: ChrisJL <[email protected]>
* Migrate to `og_blurple` (#924)Gravatar TizzySaurus2021-10-26-1/+1
|
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+100
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.