|  | Commit message (Collapse) | Author | Age | Lines | 
|---|
| | 
| 
| 
| | Interestingly enough, the reason doesn't seem to be displayed for channel permission overrides. | 
| | 
| 
| 
| | Co-authored-by: Bluenix <[email protected]> | 
| | 
| 
| 
| | The command now sends the details of all channels about to be deleted to the pasting service, and confirmation is done through a reaction by the invoker of the command within a limited time (10 seconds). | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| | - An info embed with team the member is in. The team is decided by finding in which channel the member has overwrites.
- Command to move a member from one team to another by changing the permissions of the appropriate team channels.
- A command to end the code jam and delete all the team channels and categories. | 
| | 
| 
| 
| | The channel creations are static and clutter the cog class. We want to add more commands to the cog, so we move the static functions away to a separate file first. | 
| | |  | 
| | 
| 
| 
| 
| | * Disable everyone ping filter in jam channels
* Disable anti-spam in jam channels
* Disable antimalware in jam channels | 
| |\  
| | 
| | | Use getattr with a default, to protect against DM channels | 
| |/ |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | * Disable filter_invites in codejam team channels
* Fix incorrect comment
Co-authored-by: ChrisJL <[email protected]>
Co-authored-by: ChrisJL <[email protected]> | 
| |\  
| | 
| | | chore: Add the codejam create command | 
| | |\  
| |/  
|/| |  | 
| | | 
| | 
| | 
| | 
| | 
| | 
| | | Adds a portion to the testing README explaining how and when to run an
individual test file when working with tests. Additionally adds a table
of contents as the document has become quite long.
Signed-off-by: Hassan Abouelela <[email protected]> | 
| |\ \  
| | | 
| | | | Remove the pixels token detector | 
| |/ / |  | 
| |\ \ |  | 
| | |\ \  
| |/ /  
|/| | |  | 
| |\ \ \  
| | | | 
| | | | | Ensure mods cannot be watched | 
| |/ / /  
| | |   
| | |   
| | |   
| | | | This meant admins could also be watched, meaning their messages in ancy channel
would be relayed to the BB channel. | 
| | | | |  | 
| |/ / |  | 
| |\ \ |  | 
| | |\ \  
| |/ /  
|/| |   
| | |   
| | |   
| | |   
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
#	poetry.lock | 
| |\ \ \  
| | | | 
| | | | | Add alias for voice_verify command | 
| |/ / /  
| | |   
| | | | Added voice-verify alias as the channel and tag are hyphenated so it may be confusing as it is currently. | 
| |\ \ \ |  | 
| |/ / /  
| | |   
| | | | See https://git.pydis.com/site/pull/545 | 
| |\ \ \  
| | | | 
| | | | | Reorder everyone ping filter so it fires after watch_regex | 
| | |\ \ \  
| |/ / /  
|/| | | |  | 
| |\ \ \ \  
| | | | | 
| | | | | | Prevent one from using the `!echo` command for a channel in which one can't speak | 
| | | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | | | Change single quotes to double quotes and un-escape the internal single quote.
Co-authored-by: Leon Sandøy <[email protected]> | 
| |/ / / /  
| | | |   
| | | |   
| | | | | speak. | 
| |/ / /  
| | |   
| | |   
| | | | This means messages with both @everyone and a watched term ping the mod team instead of hiding beneath the everyone ping silent alert | 
| |\ \ \  
| | | | 
| | | | | Don't voice verify ping users who join a stage channel | 
| | |\ \ \  
| |/ / /  
|/| | | |  | 
| | | | | 
| | | | 
| | | | | * Create dunder-methods.md | 
| |\ \ \ \  
| | | | | 
| | | | | | Use the correct constant name for deleteing after a delay | 
| |/ / / / |  | 
| |\ \ \ \  
| | | | | 
| | | | | | Change seen emoji to reviewed emoji | 
| | |\ \ \ \  
| |/ / / /  
|/| | | | |  | 
| |\ \ \ \ \  
| | | | | | 
| | | | | | | Only fetch message counts if in mod channel | 
| |/ / / / /  
| | | | |   
| | | | | | Changes to only fetch message counts for the user command if in a mod channel, as they are not displayed otherwise, and so an unnecessary api call. | 
| |/ / / / |  | 
| |\ \ \ \  
| | | | | 
| | | | | | Filters: up character limit to 4,200 | 
| |/ / / /  
| | | |   
| | | |   
| | | |   
| | | | | Since Discord Nitro now unlock a 4,000 character limit, some of our code broke, including our filters which limit you to only post up to 3,000 character in 10s. This limit has been upped to 4,200.
I added 200 characters so if a full length message is sent with another small comment it wouldn't trigger the filter. I can think of some past instances where that would have happened. | 
| | | | | 
| | | | 
| | | | | Co-authored-by: Numerlor <[email protected]> | 
| | | | | |  | 
| | | | | |  |