index
:
bot
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-03-14
Tags: use constant for command prefix in embed footer
MarkKoz
-7
/
+9
2020-03-14
Remove line that calls get_tags() method
RohanJnr
-2
/
+0
2020-03-12
convert get_tags() method to staticmethod
RohanJnr
-1
/
+2
2020-03-12
remove repetitive file search
RohanJnr
-3
/
+2
2020-03-12
Update ytdl tag to the new YouTube ToS
Matteo Bertucci
-5
/
+4
2020-03-09
Disambiguate codepoint value.
scragly
-1
/
+2
2020-03-09
Check lower bound for vote options.
scragly
-0
/
+2
2020-03-09
Implement vote command.
scragly
-0
/
+18
2020-03-09
Refactored to use paginator like normal `!tag`
Shirayuki Nekomata
-12
/
+20
2020-03-08
Refactor token detection to check all potential substrings in message
S. Co1
-3
/
+10
2020-03-08
Fix filtered extension string out of scope for log message
S. Co1
-2
/
+2
2020-03-08
Fixed `is_plural` counting 1 less space.
Shirayuki Nekomata
-1
/
+1
2020-03-08
Refactored dense codes, removed obvious type hint.
Shirayuki Nekomata
-15
/
+25
2020-03-08
Fixed searching for `,` returing all tags. Made it more descriptive when mult...
Shirayuki Nekomata
-3
/
+7
2020-03-08
Refactored tag searching via keywords in contents
Shirayuki Nekomata
-8
/
+6
2020-03-08
Implemented `search` as a subcommand for `tag` that will search in contents i...
Shirayuki Nekomata
-1
/
+50
2020-03-07
ModLog: fix posting null attachments for deleted message logs
MarkKoz
-1
/
+1
2020-03-05
Remove excludes from pre-commit
MarkKoz
-1
/
+0
2020-03-05
CI: don't show diff after pre-commit hooks
MarkKoz
-1
/
+1
2020-03-05
Raise BadArgument if no string match.
scragly
-0
/
+3
2020-03-05
Re-use embed, use command converter, raise BadArgument.
scragly
-37
/
+22
2020-03-05
(Information Cog, !roles command test): Removed 's' at end of "Total 1 role(s...
ks123
-1
/
+1
2020-03-05
(Information Cog, !roles command): Added 's' to end of 'role' only if there i...
ks123
-1
/
+1
2020-03-05
(Information Cog, !roles command test): Applied empty parameter change.
ks123
-1
/
+1
2020-03-05
(Information Cog, !roles command): Added empty parameter to pagination (False)
ks123
-1
/
+1
2020-03-04
Update tag files for new linting hooks
S. Co1
-59
/
+59
2020-03-04
Convert "get_tags()" and "_get_tag()" to sync functions
RohanJnr
-10
/
+7
2020-03-04
Use "pathlib" instead of "os" module and context manager
RohanJnr
-11
/
+9
2020-03-04
Use raw strings for docstrings with forward slashes
Sebastiaan Zeeff
-3
/
+3
2020-03-03
Update code for pep8-naming compliance
S. Co1
-6
/
+6
2020-03-03
Remove CaseInsensitiveDict
S. Co1
-94
/
+0
2020-03-03
Add pep8-naming & relock
S. Co1
-14
/
+28
2020-03-03
CI: mock the pipenv binary
MarkKoz
-0
/
+10
2020-03-03
CI: add a restore key for the pre-commit cache
MarkKoz
-1
/
+3
2020-03-03
Use pre-commit in pipenv lint script
MarkKoz
-4
/
+12
2020-03-03
Prevent exception if a watched user sends a DM to the bot
S. Co1
-2
/
+9
2020-03-03
Fix typo in comment
Mark
-1
/
+1
2020-03-02
Add more pre-commit hooks
MarkKoz
-10
/
+27
2020-03-02
Adding helpers to the Filtering whitelist
Leon Sandøy
-0
/
+1
2020-03-01
Add grabify (IP logger) domains to banned domains
Joseph
-0
/
+24
2020-03-01
Modify log test regex to be non-os-specific
S. Co1
-1
/
+1
2020-03-01
Move syncer confirmation reaction check out of finally clause
S. Co1
-11
/
+11
2020-03-01
Bump Dependencies & Relock
S. Co1
-78
/
+76
2020-03-01
Add logging to antimalware cog & expand user feedback
S. Co1
-17
/
+24
2020-03-01
Optimize Dockerfile
Spencer Young
-2
/
+5
2020-03-01
!roles Command Test: Applied !roles command changes
Karlis. S
-3
/
+2
2020-03-01
!roles Command: Added pagination (LinePaginator), moved roles amount to title...
Karlis. S
-8
/
+7
2020-02-29
Make logs coloured!
MarkKoz
-7
/
+23
2020-02-29
Install the coloredlogs package
MarkKoz
-40
/
+66
2020-02-29
Caching all the tags when the bot has loaded(caching only once) insted of cac...
RohanJnr
-21
/
+18
[next]