| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-11-26 | Simplify Help Thread Warning Log | -1/+1 | ||
| The current warning log includes the thread name, which means the log message varies wildly between threads. This causes issues with sentry since the actual error message gets trimmed, and sentry fails to group issues from this log as they appear as different messages. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2022-11-25 | Send DM message to help post opener sooner in the process | -1/+2 | ||
| This is to give Discord time to make the thread actually avaiulable to be posted in for the send_opened_post_message call Closes #2334 Closes BOT-3AW | ||||
| 2022-11-25 | Pin the user's starter message on help post creation | -0/+4 | ||
| 2022-11-25 | Add hf as an alias for the help-forum command group | -1/+1 | ||
| 2022-11-25 | Add a filter for help chanel post names | -2/+25 | ||
| It is expected that this code will be delete whent he new fitler cog is added, and we start filtering on thread names genericly. | ||||
| 2022-11-25 | Use a redis cache to determine if a help session was answered | -4/+8 | ||
| 2022-11-25 | Remove modlog ignore for help chanels | -7/+1 | ||
| This was due to the hlep channels causing many events top be pushed to modlog due to how the old system worked. Now that we use a forum chanel, this is no longer the case. | ||||
| 2022-11-25 | Use helper util to determine if snekbox is being invoked in a help post | -2/+3 | ||
| 2022-11-25 | Use help channel util from help channels cog | -11/+2 | ||
| This removes the need for the old helper entirely | ||||
| 2022-11-25 | Update help channel system to use forum channels | -1162/+263 | ||
| This leverages Discord's new forum chanel feature, which removes the need for a lot of our custom logic, simplifying the help channel cog significantly. | ||||
| 2022-11-25 | Remove unused caches | -21/+0 | ||
| 2022-11-25 | Update constants for new forum channel help system | -56/+4 | ||
| 2022-11-17 | Edited several tags (#2322) | -19/+34 | ||
| * Edited several tags | ||||
| 2022-11-10 | Add further clarification to intents.md | -3/+5 | ||
| - References discord.Intents documentation for detail on available intents and which features they impact - Explicitly describes no requirements for standard intents - Adds a code comment explaining the intents being enabled | ||||
| 2022-11-10 | Update intents.md | -6/+4 | ||
| - More generally describes features enabled by intents - Adds a disclaimer for discord.py v2.0.0 requiring intents - Adds distinction between standard and privileged intents - Replaces `members` intent in code snippet with `message_content` in accordance with the usage of `commands.Bot` | ||||
| 2022-11-10 | Fix reference link in customcooldown.md | -1/+1 | ||
| 2022-11-10 | Change discord.py links in tags to use stable version | -5/+5 | ||
| The `latest` version of docs follows discord.py's development branch, which may include changes to documentation that are not relevant/accessible to typical users of the library. | ||||
| 2022-11-01 | Address PR comments and fix typ | -4/+2 | ||
| 2022-10-31 | Simplify REPL example | -2/+0 | ||
| 2022-10-30 | Update slicing.md | -22/+17 | ||
| Did things according to what was proposed by @swfarnsworth, and the following: - Fixed the REPL example (assignments never return) - The word "slicing" at the start was not capitalized in the proposal, even though it started a sentence. I fixed that. | ||||
| 2022-10-28 | Pass args to the Python version switch button | -5/+10 | ||
| 2022-10-28 | Bump PSQL version in docker-compose | -1/+1 | ||
| 2022-10-27 | remove blank line between different rule keywords | -1/+1 | ||
| 2022-10-25 | Reverse changes to invalid arg break | -5/+8 | ||
| 2022-10-25 | Update tests to work with rules arg fix | -4/+3 | ||
| 2022-10-25 | Add args split max limit | -1/+1 | ||
| 2022-10-25 | Parse all words instead of breaking | -3/+2 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2022-10-25 | Remove comment, arg parse bug | -3/+0 | ||
| 2022-10-25 | Update tests for new single string format | -12/+12 | ||
| 2022-10-25 | Added new star expression fix | -20/+14 | ||
| 2022-10-25 | Updated fix | -1/+7 | ||
| 2022-10-25 | Made arg fix compatible with tests | -5/+6 | ||
| 2022-10-25 | Temporary fix for greedy parsing freezing | -1/+4 | ||
| 2022-10-23 | Refactor some commands to avoid unnecessary API calls | -48/+34 | ||
| Also fixed a docstring and renamed a variable | ||||
| 2022-10-23 | remove the "n° " from rules help | -1/+1 | ||
| 2022-10-23 | remove Information Cog loading log | -1/+0 | ||
| 2022-10-23 | reinstate the docstrings of "rules" and update it upon cog load | -8/+10 | ||
| 2022-10-23 | Various improvements and fixes | -19/+22 | ||
| 2022-10-23 | set rules command's help upon cog_load | -6/+20 | ||
| 2022-10-22 | Move Security cog to backend extension | -1/+1 | ||
| 2022-10-22 | Fix tests | -19/+22 | ||
| 2022-10-22 | Remove mark_reviewed command, cleanup and bug fixes | -64/+41 | ||
| Bugs fixed were just ones introduced in my last commit :( | ||||
| 2022-10-22 | Use pydantic to model nominations and split API handling into a new file | -175/+250 | ||
| 2022-10-20 | remove int from search_value's type union | -6/+6 | ||
| 2022-10-20 | apply style guidelines to signature | -2/+7 | ||
| 2022-10-20 | update doc strings to reflect the usage of the new param | -2/+2 | ||
| 2022-10-20 | change the signature to include a "zen_rule_index" | -7/+9 | ||
| 2022-10-19 | Calculate 'now' once to ensure it is constant for scoring nominations | -4/+5 | ||
| 2022-10-18 | Resolve a serious grammatical problem in a comment | -1/+1 | ||
| A controversial comment, to be sure. I have solved this with a compromise I know in my heart we can all agree on, wholeassedly. | ||||
| 2022-10-17 | Support the new SequenceProxy type in d.py | -1/+2 | ||
| This type is usd for a few attributes, including Guild.threads and guild.Channels. This type does not implement any of the add dunder methods, so we use itertools.chain to get a single iterator for both sequences. Fixes BOT-398 Fixees #2292 | ||||