| Commit message (Collapse) | Author | Age | Lines | 
| ...            |  | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
Reword PR Template
 | 
| | |\ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |    | 
 | 
| |\ \ \ \ \ \ \  
| | | | | | | | 
| | | | | | | |  | 
Fix errors when a subreddit has <5 posts.
 | 
| | |\ \ \ \ \ \ \  
| |/ / / / / / /  
|/| | | | | | |    | 
 | 
| | | | | | | | | 
| | | | | | | | 
| | | | | | | |  | 
Co-authored-by: Xithrius <[email protected]>
 | 
| | | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | |  | 
If a subreddit has <2 posts, the posts[1] check would fail with an IndexError. If
the subreddit had less that 5 posts, then the k=5 check would also error. These changes
harden the command for these edge cases.
 | 
| | | |\ \ \ \ \ \  
| |_|/ / / / / /  
|/| | | | | | |    | 
 | 
| |\ \ \ \ \ \ \ \  
| |/ / / / / / /  
|/| | | | | | |    | 
Suppress Links In Certain Commands
 | 
| | | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | |  | 
Suppresses links in certain commands that can echo back user input.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| |/ / / / / / /  
| | | | | | |   
| | | | | | |   
| | | | | | |   
| | | | | | |   
| | | | | | |    | 
Adds a helper to find and escape links in a message.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | | | | | | |  | 
 | 
| | | | | | | |  | 
 | 
| |/ / / / / /  
| | | | | |   
| | | | | |   
| | | | | |   
| | | | | |   
| | | | | |   
| | | | | |    | 
This is a rewording of the comments in the PR template, to hopefully clarify intentions.
It also removes unneeded fields.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
Fixed the .catify command producing UnboundLocal and Forbidden Errors
 | 
| | | | | | | | 
| | | | | | | 
| | | | | | | 
| | | | | | |  | 
allowed_mentions
 | 
| | | | | | | |  | 
 | 
| | | | | | | |  | 
 | 
| |/ / / / / /   | 
 | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | |  | 
Co-authored-by: Joe Banks <[email protected]>
Co-authored-by: hypergamer80 <[email protected]>
 | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
Adding Internal Eval to Sir Lancebot
 | 
| | |\ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |    | 
 | 
| |\ \ \ \ \ \ \  
| |_|_|_|_|_|/  
|/| | | | | |    | 
Remove ffmpg
 | 
| | | | | | | |  | 
 | 
| |/ / / / / /   | 
 | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
fix: display help for the correct command when an error occurs in timed
 | 
| |/ / / / / /   | 
 | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
feat: add ping command
 | 
| | |\ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |    | 
 | 
| |\ \ \ \ \ \ \   | 
 | 
| | | | | | | | | 
| | | | | | | | 
| | | | | | | |  | 
editing this from the web version because im at work and this fixes the issue linking being basically unusable
 | 
| |/ / / / / / /  
| | | | | | |   
| | | | | | |   
| | | | | | |    | 
fixes it being unable to get issue numbers larger than 9
limits it somewhat length-wise and character-wise to the actual github limits
 | 
| | | | | | | | 
| | | | | | | 
| | | | | | |  | 
Co-authored-by: Joe Banks <[email protected]>
 | 
| | | | | | | |  | 
 | 
| |/ / / / / /   | 
 | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
Fixed  Battleship game ends abruptly if given bad input #622
 | 
| | |\ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |    | 
 | 
| |\ \ \ \ \ \ \  
| | | | | | | | 
| | | | | | | |  | 
fix: put april fools video links in correct channel names
 | 
| | |\ \ \ \ \ \ \  
| |/ / / / / / /  
|/| | | | | | |    | 
 | 
| | | | | | | | |  | 
 | 
| | | | | | | | |  | 
 | 
| | | | | | | | |  | 
 | 
| | | |\ \ \ \ \ \   | 
 | 
| | | |\ \ \ \ \ \ \  
| | | | | | | | | | 
| | | | | | | | | |  | 
Update battleship.py
 | 
| | | |/ / / / / / /   | 
 | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | |  | 
This commit removes the `exit` check if someone were to use this:
`.int e exit` to clear the context. The check would prevent
`.int e exit()` from restarting the bot container. With the `.int reset`
and `.int exit` ability to clear the context the check for `exit` to
clear the context isn't necessary.
 | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | |  | 
Added a constant for the same filenames used in several locations.
Because the now-a-constant string is used in several locations this will
allow for it to be updated more easily down the line.
 | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | |  | 
Added in an extra `\n` at the end of the output. Sometimes discord won't
properly format the codeblock in the triple ` is not on a newline.
This changes ensures that it should.
 | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | |  | 
`.int` with nothing else now uses the
`invoke_help_command()` utility that formats
the help command much more nicely than
the default version
 | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | |  | 
Updated the docstring for `reset` to provide
accurate information as to what the command does.
 | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | |  | 
With the regex sufficiently stolen from snekbox and
confirmed to work, the original codeblock regex has been removed.
 |