aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/fun (follow)
Commit message (Collapse)AuthorAgeLines
* Add motivational voice chat messages (#325)Gravatar jchristgit2025-05-29-0/+34
|
* Allow helpers to access rule 4Gravatar Chris Lovering2025-05-03-1/+8
|
* Start numbers timer loopGravatar Chris Lovering2025-04-26-0/+1
|
* Ensure King Arthur doesn't deminish our 99.999999% uptimeGravatar Chris Lovering2025-04-26-1/+13
|
* Add palceholders for when stdout or stderr are emptyGravatar Chris Lovering2025-04-15-2/+2
|
* Actually use f-stringsGravatar Chris Lovering2025-04-15-2/+2
|
* Make RCE output goodGravatar Chris Lovering2025-04-15-3/+7
|
* Await async functionsGravatar Chris Lovering2025-04-15-2/+2
|
* Add numbers command to run a ttsGravatar Chris Lovering2025-04-15-1/+18
|
* Add a command to run a command on lovelaceGravatar Chris Lovering2025-04-15-0/+33
|
* Cleaner number move (#320)Gravatar ChrisJL2025-04-06-8/+17
| | | | | * Use move_to for moving numbers * Stop transmitting numbers on exit
* Allow moving the numbers elsewhereGravatar Chris Lovering2025-04-06-8/+7
|
* Numbers (#319)Gravatar ChrisJL2025-04-06-0/+65
| | | | | * Bump deps to latest * Add numbers cog
* Format code to new ruff rulesGravatar Chris Lovering2025-02-15-3/+3
|
* Update URL for rules pageGravatar Chris Lovering2024-08-19-1/+1
|
* Support parsing the new markdown rules fileGravatar Chris Lovering2024-08-19-12/+8
|
* Fix the rules command now that the source file is an rst fileGravatar Chris Lovering2024-07-25-6/+12
|
* import King Arthur from the bot moduleGravatar shtlrs2024-07-13-1/+1
|
* add programming quotes commandGravatar shtlrs2024-07-13-0/+67
|
* Bump the number of missions to get each day to 5Gravatar Chris Lovering2024-07-05-1/+1
| | | | This is to cover the edge case where the mission-giver uploads more than 2 videos a day
* Bump ruff target version to 3.12Gravatar Chris Lovering2024-07-05-2/+2
|
* Add daily devops missions for added motivationGravatar Chris Lovering2024-07-05-1/+36
|
* Be more specific when describing the base url for the catGravatar Chris Lovering2024-07-05-4/+4
|
* Send daily motivation to the devops teamGravatar Chris Lovering2024-06-27-0/+48
|
* Update devops rules parsingGravatar Chris Lovering2024-05-07-2/+4
|
* Update devops rules cog due to new infra repo layoutGravatar Chris Lovering2024-05-07-2/+2
|
* Run `ruff format` to fix format changesGravatar Joe Banks2024-04-10-2/+2
| | | | | We bumped the version of Ruff which introduced new formatting rules. Hence, we need to reformat to meet these rules.
* Give feedback to invoker when devops rules are successfully re-fetchedGravatar Chris Lovering2024-02-04-1/+2
|
* Only run deops rules command group if no sub command could be foundGravatar Chris Lovering2024-02-04-1/+1
|
* Ensure devops rules key cache uses int based keysGravatar Chris Lovering2024-02-04-1/+1
|
* Enable all ruff rulesGravatar Chris Lovering2024-02-02-1/+1
|
* Enable unsafe fixes and preview ruff rulesGravatar Chris Lovering2023-11-09-2/+2
|
* Pull devops rules from Github, not notion (#98)Gravatar ChrisJL2023-08-22-60/+9
| | | This logic assumes each line is one rule.
* Format devops rules cogGravatar Chris Lovering2023-01-01-9/+9
|
* Add command to refresh devops rulesGravatar Chris Lovering2023-01-01-3/+8
|
* Return error if no devops rule match searched indiciesGravatar Chris Lovering2022-10-07-1/+9
|
* Don't load devops rules if notion api key isn't setGravatar Chris Lovering2022-10-07-1/+7
|
* Add devops rules commandGravatar Chris Lovering2022-10-07-0/+94
|
* Use the correct help kwarg for edGravatar Chris Lovering2022-08-21-2/+2
| | | | This was updated in Discord.py 2.0
* Move to async cog loadingGravatar Chris Lovering2022-08-21-2/+2
| | | | This is required as of Discord.py 2.0
* Use BotBase from bot-coreGravatar Chris Lovering2022-08-21-0/+1
| | | | | | | This includes: - Moving to an async main function to start the bot - Moving all extension loading (barring jishaku) to bot core - Adding dunder init files to all packages, required by bot-core ext loaders
* feat: add ed commandGravatar Joe Banks2021-07-18-0/+22