Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | Add skeleton of starboard cog; improve menu handling | Arjun Satarkar | |
We were previously not escaping mentions right in `qotd list` and `qotd suggest`. I think everyone and here could have maybe got through? Not sure about the defaults there. Also improved the handling in Markov where previously we'd been 1. allowing mentions but 2. editing the message from a dummy one so they didn't ping, which I think was out of some idea of preserving the exact text of an exclusion but it seems inelegant. | |||
2024-03-09 | question_of_the_day: use get_member in paginate_questions | Arjun Satarkar | |
Repeatedly running `fetch_member` is making this operation take a very long time, scaling with the number of questions present in the list. In practice, roughly 8 seconds was observed for just 22 questions when calling `qotd list`. Switching to `get_member` makes this near-instantaneous. | |||
2024-02-12 | question_of_the_day: fix ImportError | Arjun Satarkar | |
2024-02-12 | question_of_the_day: fix qotd approve all missing some suggestions | Arjun Satarkar | |
2024-02-12 | question_of_the_day: improve error handling in qotd approve command | Arjun Satarkar | |
2024-02-11 | Restoring previous functionality | Arjun Satarkar | |
2024-02-11 | Fix a strange issue pending further investigation | Arjun Satarkar | |
2023-12-25 | question_of_the_day: fix unpin breaking if the message was deleted | Arjun Satarkar | |
2023-12-24 | question_of_the_day: make sure we will never spam errors in edge cases | Arjun Satarkar | |
2023-12-24 | question_of_the_day: fix qotd approve all | Arjun Satarkar | |
2023-12-24 | question_of_the_day: actually check if enabled before posting 😓 | Arjun Satarkar | |
2023-12-23 | question_of_the_day: add option to approve all suggestions | Arjun Satarkar | |
2023-12-22 | question_of_the_day: fix pluralization | Arjun Satarkar | |
2023-12-22 | question_of_the_day: remove redundant code | Arjun Satarkar | |
2023-12-22 | question_of_the_day: fix missing space in QOTD post | Arjun Satarkar | |
2023-12-22 | question_of_the_day: switch to using an embed | Arjun Satarkar | |
2023-12-21 | question_of_the_day: improve formatting | Arjun Satarkar | |
2023-12-21 | Add more docstrings | Arjun Satarkar | |
2023-12-21 | question_of_the_day: add command qotd post | Arjun Satarkar | |
2023-12-21 | question_of_the_day: automatically pin the new QOTD and unpin the old | Arjun Satarkar | |
2023-12-21 | question_of_the_day: separate the qotd-posting logic out | Arjun Satarkar | |
2023-12-21 | question_of_the_day: fix bug preventing QOTD posting from occurring | Arjun Satarkar | |
Initially last_posted_qotds_at is None which caused problems. | |||
2023-12-21 | question_of_the_day: add suggestion feature | Arjun Satarkar | |
2023-12-21 | Format with black | Arjun Satarkar | |
2023-12-21 | Add question_of_the_day | Arjun Satarkar | |