| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 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 | ||||
| 2022-10-14 | enhancement(filters): use a stricter bot token regex (#2006) | -5/+5 | ||
| Use a stricter bot token regex Co-authored-by: wookie184 <[email protected]> Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| 2022-10-13 | `REPO_TOKEN` is no more. (#2289) | -1/+0 | ||
| 2022-10-10 | Use explicit mock channels in tests to remove warning | -2/+11 | ||
| This is need due to the new behaviour of discord.utils.get supporting both iterables and async iterables by checking for the presence of the __aiter__ attr on the iterable. GuildChannelConverter._resolve_channel uses this get util under the hood which grabs the voice channels on the guild, which were previously Mocked by the MagicMock, meaning the __aiter__ attr was present, causing the util to think it should be ran asynchronously. | ||||
| 2022-10-10 | noqa an abstract class with no abstract methods | -1/+1 | ||
| This warning was added in the latest version of flake8-bugbear, but can be ignored in this instance. | ||||
| 2022-10-10 | Bump all deps to latest | -498/+426 | ||
| 2022-10-10 | Bump bot-core to 8.2.1 | -152/+1340 | ||
| From the release notes on d.py [here](https://canary.discord.com/channels/336642139381301249/381965829857738772/1006359073610010664) and [here](https://canary.discord.com/channels/336642139381301249/381965829857738772/1008772795179737230) none of the breaking changes for the commit we were on to 2.0.1 affect us. | ||||