aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/quote.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add .quote daily and .quote random command to retrieve quotes from ↵HEADmainGravatar Muhammad Hasan32 hours-0/+53
zenquotes.io api (#1707) * feat: Add .quote and .daily_quote command to retrieve a random quote and the daily quote from the zenquotes.io api respectively * Implement caching for daily quote to minimize API requests. --------- Co-authored-by: Joe Banks <[email protected]>