| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Add motivational voice chat messages (#325) | 2025-05-29 | -0/+34 | |
| | | ||||
| * | Allow helpers to access rule 4 | 2025-05-03 | -1/+8 | |
| | | ||||
| * | Start numbers timer loop | 2025-04-26 | -0/+1 | |
| | | ||||
| * | Ensure King Arthur doesn't deminish our 99.999999% uptime | 2025-04-26 | -1/+13 | |
| | | ||||
| * | Add palceholders for when stdout or stderr are empty | 2025-04-15 | -2/+2 | |
| | | ||||
| * | Actually use f-strings | 2025-04-15 | -2/+2 | |
| | | ||||
| * | Make RCE output good | 2025-04-15 | -3/+7 | |
| | | ||||
| * | Await async functions | 2025-04-15 | -2/+2 | |
| | | ||||
| * | Add numbers command to run a tts | 2025-04-15 | -1/+18 | |
| | | ||||
| * | Add a command to run a command on lovelace | 2025-04-15 | -0/+33 | |
| | | ||||
| * | Cleaner number move (#320) | 2025-04-06 | -8/+17 | |
| | | | | | | * Use move_to for moving numbers * Stop transmitting numbers on exit | |||
| * | Allow moving the numbers elsewhere | 2025-04-06 | -8/+7 | |
| | | ||||
| * | Numbers (#319) | 2025-04-06 | -0/+65 | |
| | | | | | | * Bump deps to latest * Add numbers cog | |||
| * | Format code to new ruff rules | 2025-02-15 | -3/+3 | |
| | | ||||
| * | Update URL for rules page | 2024-08-19 | -1/+1 | |
| | | ||||
| * | Support parsing the new markdown rules file | 2024-08-19 | -12/+8 | |
| | | ||||
| * | Fix the rules command now that the source file is an rst file | 2024-07-25 | -6/+12 | |
| | | ||||
| * | import King Arthur from the bot module | 2024-07-13 | -1/+1 | |
| | | ||||
| * | add programming quotes command | 2024-07-13 | -0/+67 | |
| | | ||||
| * | Bump the number of missions to get each day to 5 | 2024-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.12 | 2024-07-05 | -2/+2 | |
| | | ||||
| * | Add daily devops missions for added motivation | 2024-07-05 | -1/+36 | |
| | | ||||
| * | Be more specific when describing the base url for the cat | 2024-07-05 | -4/+4 | |
| | | ||||
| * | Send daily motivation to the devops team | 2024-06-27 | -0/+48 | |
| | | ||||
| * | Update devops rules parsing | 2024-05-07 | -2/+4 | |
| | | ||||
| * | Update devops rules cog due to new infra repo layout | 2024-05-07 | -2/+2 | |
| | | ||||
| * | Run `ruff format` to fix format changes | 2024-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-fetched | 2024-02-04 | -1/+2 | |
| | | ||||
| * | Only run deops rules command group if no sub command could be found | 2024-02-04 | -1/+1 | |
| | | ||||
| * | Ensure devops rules key cache uses int based keys | 2024-02-04 | -1/+1 | |
| | | ||||
| * | Enable all ruff rules | 2024-02-02 | -1/+1 | |
| | | ||||
| * | Enable unsafe fixes and preview ruff rules | 2023-11-09 | -2/+2 | |
| | | ||||
| * | Pull devops rules from Github, not notion (#98) | 2023-08-22 | -60/+9 | |
| | | | | This logic assumes each line is one rule. | |||
| * | Format devops rules cog | 2023-01-01 | -9/+9 | |
| | | ||||
| * | Add command to refresh devops rules | 2023-01-01 | -3/+8 | |
| | | ||||
| * | Return error if no devops rule match searched indicies | 2022-10-07 | -1/+9 | |
| | | ||||
| * | Don't load devops rules if notion api key isn't set | 2022-10-07 | -1/+7 | |
| | | ||||
| * | Add devops rules command | 2022-10-07 | -0/+94 | |
| | | ||||
| * | Use the correct help kwarg for ed | 2022-08-21 | -2/+2 | |
| | | | | | This was updated in Discord.py 2.0 | |||
| * | Move to async cog loading | 2022-08-21 | -2/+2 | |
| | | | | | This is required as of Discord.py 2.0 | |||
| * | Use BotBase from bot-core | 2022-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 command | 2021-07-18 | -0/+22 | |