index
:
sir-lancebot
br/gh1560
delete-bm-ctx-menu
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pillow-11.2.1
dependabot/uv/pillow-12.0.0
main
reorder-hacktoberfest-commands
revert-1432-dependabot/pip/emoji-2.10.0
shenanigansd-patch-1
sim_matches
use-botcore-command-error-manager
A mirrored copy of the python-discord/sir-lancebot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bot
/
exts
/
evergreen
/
fun.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Move game and fun commands to Fun folder, fix ddg
Janine vN
2021-09-05
-250
/
+0
*
Merge branch 'main' into decorator-factory/typehints-fix
Xithrius
2021-09-02
-5
/
+7
|
\
|
*
Use permissions_for over permissions_in
Chris Lovering
2021-09-01
-5
/
+7
*
|
Removed None return annotation for any __init__
Xithrius
2021-09-01
-1
/
+1
*
|
Union item with None to Optional with item.
Xithrius
2021-09-01
-1
/
+1
*
|
Fix type annotations
decorator-factory
2021-08-31
-2
/
+3
|
/
*
chore: Use pathlib.Path.read_text & write_text over open
ToxicKidz
2021-05-13
-2
/
+1
*
fix: Resolve Merge Conflicts
ToxicKidz
2021-05-03
-0
/
+3
|
\
|
*
Suppresses Links In Commands
Hassan Abouelela
2021-04-23
-0
/
+3
*
|
chore(evergreen): format each cog load docstring the same way
vcokltfre
2021-04-19
-1
/
+1
*
|
chore: switch commands.Bot typehints to bot.bot's Bot
vcokltfre
2021-04-19
-2
/
+3
|
/
*
Change error msg for roll to use correct prefix
Gustav Odinger
2020-10-18
-2
/
+2
*
Change call of `_get_random_dice` call to use self
gustavwilliam
2020-10-07
-1
/
+1
*
Move _get_random_die to me a separate function
Gustav Odinger
2020-10-05
-7
/
+7
*
Rewrite roll command
Gustav Odinger
2020-10-05
-10
/
+12
*
Revert and update roll command
Gustav Odinger
2020-10-04
-5
/
+7
*
Add space between dice in roll command
Gustav Odinger
2020-10-04
-7
/
+5
*
Use clean_content when fetching linked msgs for fun commands.
scragly
2020-09-21
-2
/
+2
*
Merge branch 'master' into clean_uwu
scragly
2020-09-21
-8
/
+109
|
\
|
*
Stop users from viewing messages they shouldn't.
kosayoda
2020-09-18
-6
/
+10
|
*
Merge branch 'master' into caesar-command
Kieran Siek
2020-09-18
-18
/
+12
|
|
\
|
*
|
Fix typo in casercipher help.
Kieran Siek
2020-09-18
-1
/
+1
|
*
|
Refactor methods to use _get_text_and_embed
PureFunctor
2020-09-18
-7
/
+4
|
*
|
Make the encryption function top-level
PureFunctor
2020-09-18
-13
/
+21
|
*
|
Explicitly pass left_shift as a keyword argument
PureFunctor
2020-07-29
-2
/
+2
|
*
|
Refactor translation methods to avoid repetition
PureFunctor
2020-07-15
-12
/
+12
|
*
|
Add 'enc'/'dec' aliases for encrypt/decrypt
PureFunctor
2020-07-02
-2
/
+2
|
*
|
Separate the formula for the actual offset
PureFunctor
2020-07-02
-1
/
+4
|
*
|
Change text to msg in command docstrings
PureFunctor
2020-06-30
-3
/
+3
|
*
|
Fix return type annotation
PureFunctor
2020-06-29
-2
/
+2
|
*
|
Add 'cc' alias for caesarcipher
PureFunctor
2020-06-28
-1
/
+1
|
*
|
Add UTF-8 encoding when loading embed information
PureFunctor
2020-06-27
-1
/
+1
|
*
|
Use pathlib and fix grammar in the information embed
PureFunctor
2020-06-27
-1
/
+2
|
*
|
Utilize Union[Message, str] for converting messages
PureFunctor
2020-06-27
-8
/
+13
|
*
|
Use Context.invoke instead of invoking the Help cog
PureFunctor
2020-06-27
-1
/
+1
|
*
|
Load embed data in __init__ and use Embed.from_dict
PureFunctor
2020-06-26
-8
/
+5
|
*
|
Add offset validation
PureFunctor
2020-06-26
-2
/
+8
|
*
|
Refactor translate subcommand to encrypt and decrypt
PureFunctor
2020-06-26
-9
/
+31
|
*
|
Add basic caesar cipher information embed
PureFunctor
2020-06-26
-1
/
+12
|
*
|
Make caesarcipher a command group
PureFunctor
2020-06-14
-6
/
+19
|
*
|
Add initial caesarcipher command
PureFunctor
2020-06-14
-0
/
+34
*
|
|
Prevent uwu output from pinging globally allowed roles.
scragly
2020-09-21
-2
/
+2
|
|
/
|
/
|
*
|
Update variable name from terning to dice
Gustav Odinger
2020-09-17
-2
/
+2
*
|
Update .roll to use new dice emojis
Gustav Odinger
2020-09-16
-1
/
+1
*
|
Remove whitespace from fun.py
Joe Banks
2020-08-20
-1
/
+1
*
|
Update fun.py to satisfy the linter
Joe Banks
2020-08-20
-6
/
+2
*
|
Temporarily remove message functionality from Fun
Joe Banks
2020-08-20
-10
/
+8
|
/
*
Deseasonify: log in `add_cog` rather than in each `setup`
kwzrd
2020-03-28
-1
/
+0
*
Deseasonify: rename `seasons` pkg to `exts`
kwzrd
2020-03-28
-0
/
+148