aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/fun.py (follow)
Commit message (Expand)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-250/+0
* Merge branch 'main' into decorator-factory/typehints-fixGravatar Xithrius2021-09-02-5/+7
|\
| * Use permissions_for over permissions_inGravatar Chris Lovering2021-09-01-5/+7
* | Removed None return annotation for any __init__Gravatar Xithrius2021-09-01-1/+1
* | Union item with None to Optional with item.Gravatar Xithrius2021-09-01-1/+1
* | Fix type annotationsGravatar decorator-factory2021-08-31-2/+3
|/
* chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz2021-05-13-2/+1
* fix: Resolve Merge ConflictsGravatar ToxicKidz2021-05-03-0/+3
|\
| * Suppresses Links In CommandsGravatar Hassan Abouelela2021-04-23-0/+3
* | chore(evergreen): format each cog load docstring the same wayGravatar vcokltfre2021-04-19-1/+1
* | chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
|/
* Change error msg for roll to use correct prefixGravatar Gustav Odinger2020-10-18-2/+2
* Change call of `_get_random_dice` call to use self Gravatar gustavwilliam2020-10-07-1/+1
* Move _get_random_die to me a separate functionGravatar Gustav Odinger2020-10-05-7/+7
* Rewrite roll commandGravatar Gustav Odinger2020-10-05-10/+12
* Revert and update roll commandGravatar Gustav Odinger2020-10-04-5/+7
* Add space between dice in roll commandGravatar Gustav Odinger2020-10-04-7/+5
* Use clean_content when fetching linked msgs for fun commands.Gravatar scragly2020-09-21-2/+2
* Merge branch 'master' into clean_uwuGravatar scragly2020-09-21-8/+109
|\
| * Stop users from viewing messages they shouldn't.Gravatar kosayoda2020-09-18-6/+10
| * Merge branch 'master' into caesar-commandGravatar Kieran Siek2020-09-18-18/+12
| |\
| * | Fix typo in casercipher help.Gravatar Kieran Siek2020-09-18-1/+1
| * | Refactor methods to use _get_text_and_embedGravatar PureFunctor2020-09-18-7/+4
| * | Make the encryption function top-levelGravatar PureFunctor2020-09-18-13/+21
| * | Explicitly pass left_shift as a keyword argumentGravatar PureFunctor2020-07-29-2/+2
| * | Refactor translation methods to avoid repetitionGravatar PureFunctor2020-07-15-12/+12
| * | Add 'enc'/'dec' aliases for encrypt/decryptGravatar PureFunctor2020-07-02-2/+2
| * | Separate the formula for the actual offsetGravatar PureFunctor2020-07-02-1/+4
| * | Change text to msg in command docstringsGravatar PureFunctor2020-06-30-3/+3
| * | Fix return type annotationGravatar PureFunctor2020-06-29-2/+2
| * | Add 'cc' alias for caesarcipherGravatar PureFunctor2020-06-28-1/+1
| * | Add UTF-8 encoding when loading embed informationGravatar PureFunctor2020-06-27-1/+1
| * | Use pathlib and fix grammar in the information embedGravatar PureFunctor2020-06-27-1/+2
| * | Utilize Union[Message, str] for converting messagesGravatar PureFunctor2020-06-27-8/+13
| * | Use Context.invoke instead of invoking the Help cogGravatar PureFunctor2020-06-27-1/+1
| * | Load embed data in __init__ and use Embed.from_dictGravatar PureFunctor2020-06-26-8/+5
| * | Add offset validationGravatar PureFunctor2020-06-26-2/+8
| * | Refactor translate subcommand to encrypt and decryptGravatar PureFunctor2020-06-26-9/+31
| * | Add basic caesar cipher information embedGravatar PureFunctor2020-06-26-1/+12
| * | Make caesarcipher a command groupGravatar PureFunctor2020-06-14-6/+19
| * | Add initial caesarcipher commandGravatar PureFunctor2020-06-14-0/+34
* | | Prevent uwu output from pinging globally allowed roles.Gravatar scragly2020-09-21-2/+2
| |/ |/|
* | Update variable name from terning to diceGravatar Gustav Odinger2020-09-17-2/+2
* | Update .roll to use new dice emojisGravatar Gustav Odinger2020-09-16-1/+1
* | Remove whitespace from fun.pyGravatar Joe Banks2020-08-20-1/+1
* | Update fun.py to satisfy the linterGravatar Joe Banks2020-08-20-6/+2
* | Temporarily remove message functionality from FunGravatar Joe Banks2020-08-20-10/+8
|/
* Deseasonify: log in `add_cog` rather than in each `setup`Gravatar kwzrd2020-03-28-1/+0
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-0/+148