aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/quack.py (follow)
Commit message (Collapse)AuthorAgeLines
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Add ducky as an alias to quack command (#1359)Gravatar ChrisJL2023-09-05-1/+1
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-3/+3
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Update quackstack integrationGravatar Chris Lovering2022-09-23-4/+3
| | | | With https://github.com/python-discord/quackstack/pull/74 the location for the generated duck as been moved to the Location header, as a full URL.
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* `.quack` (#849)Gravatar Kronifer2021-10-01-0/+75
* feat: Added quack command * added log.error call for request fails * spacing change Co-authored-by: Bluenix <[email protected]> * another spacing change Co-authored-by: Bluenix <[email protected]> * Moved description to footer Co-authored-by: Bluenix <[email protected]> * whitespace fix * chore: Removed the link from the footer and set it as the url param * chore: moved footer to description Co-authored-by: Bluenix <[email protected]> Co-authored-by: Xithrius <[email protected]>