aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/catify.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-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 tuplesGravatar ToxicKidz2021-05-15-1/+1
|
* fix: Resolve Merge ConflictsGravatar ToxicKidz2021-05-07-0/+1
|\
| * chore: Add a 5 second cooldown per user to .catifyGravatar ToxicKidz2021-05-05-0/+1
| |
* | fix: Pass bot only when __init__ is definedGravatar ToxicKidz2021-05-04-5/+3
|/
* Suppresses Links In CommandsGravatar Hassan Abouelela2021-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 ↵Gravatar ToxicKidz2021-04-20-2/+5
| | | | allowed_mentions
* fix: Use name.replace not text.replaceGravatar ToxicKidz2021-04-20-3/+3
|
* chore: lower the input to fine more catsGravatar ToxicKidz2021-04-20-3/+4
|
* chore: Fix UnboundLocalError and discord.ForbiddenErrors in the catify commandGravatar ToxicKidz2021-04-20-17/+21
|
* Add Catify command (#694)Gravatar Dillon Runke2021-04-20-0/+78
Co-authored-by: Joe Banks <[email protected]> Co-authored-by: hypergamer80 <[email protected]>