| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Send DM message to help post opener sooner in the process
|
| |/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Update help channel system to use forum channels
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
It is expected that this code will be delete whent he new fitler cog is added, and we start filtering on thread names genericly.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This removes the need for the old helper entirely
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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.
|
| | | | | | | | | |
|
| |/ / / / / / / |
|
| | |_|/ / / /
|/| | | | |
| | | | | | |
* Edited several tags
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update intents tag to better reflect discord.py's API changes
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Update discord.py tags to refer to the stable version of the documentation
|
| | | | | | | | |
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- 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
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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`
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Talentpool Cleanup
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \ |
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| |\ \ \ \ \ \ \ |
|
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| |\ \ \ \ \ \ \ \ |
|
| | |\ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ |
|
| | |\ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Bump PSQL version in docker-compose
|
| |/ / / / / / / / / / |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
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.
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Added file to another branch because it could interfere with the `main` branch when a pull request is made.
This file adds an explanation on sequence slicing.
|
| | |/ / / / / / / /
|/| | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
Fix for rules greedy parsing freezing
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Co-authored-by: ChrisJL <[email protected]>
|
| | |/ / / / / / / / |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| |/ / / / / / / / |
|
| |\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
Move Security cog to backend extension
|