Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move game and fun commands to Fun folder, fix ddg | 2021-09-05 | -86/+0 | |
| | | | | | | | | | | | This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed. | |||
* | chore: Make all aliases in commands tuples | 2021-05-15 | -1/+1 | |
| | ||||
* | fix: Resolve Merge Conflicts | 2021-05-07 | -0/+1 | |
|\ | ||||
| * | chore: Add a 5 second cooldown per user to .catify | 2021-05-05 | -0/+1 | |
| | | ||||
* | | fix: Pass bot only when __init__ is defined | 2021-05-04 | -5/+3 | |
|/ | ||||
* | Suppresses Links In Commands | 2021-04-23 | -1/+2 | |
| | | | | | | Suppresses links in certain commands that can echo back user input. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | chore: use 'nickname' and 'display name' in the right places and use ↵ | 2021-04-20 | -2/+5 | |
| | | | | allowed_mentions | |||
* | fix: Use name.replace not text.replace | 2021-04-20 | -3/+3 | |
| | ||||
* | chore: lower the input to fine more cats | 2021-04-20 | -3/+4 | |
| | ||||
* | chore: Fix UnboundLocalError and discord.ForbiddenErrors in the catify command | 2021-04-20 | -17/+21 | |
| | ||||
* | Add Catify command (#694) | 2021-04-20 | -0/+78 | |
Co-authored-by: Joe Banks <[email protected]> Co-authored-by: hypergamer80 <[email protected]> |