index
:
bot
copilot/fix-dm-closed-error-handling
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
Commit message (
Expand
)
Author
Age
Lines
*
Cog tests: add a function to yield all commands
MarkKoz
2020-03-13
-0
/
+7
*
Cog tests: add a function to get all qualified names for a cmd
MarkKoz
2020-03-13
-0
/
+8
*
Cog tests: add a function to get all cogs
MarkKoz
2020-03-13
-0
/
+7
*
Cog tests: add a function to get all extensions
MarkKoz
2020-03-13
-0
/
+11
*
Cog tests: add a function to get all commands
MarkKoz
2020-03-09
-0
/
+12
*
Cog tests: create boilerplate for command name tests
MarkKoz
2020-03-09
-0
/
+7
*
Merge pull request #822 from python-discord/bug/mod/792/null-attachments
Eivind Teig
2020-03-09
-1
/
+1
|
\
|
*
Merge branch 'master' into bug/mod/792/null-attachments
Eivind Teig
2020-03-09
-6
/
+103
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #825 from python-discord/token-detection-fix
Eivind Teig
2020-03-09
-3
/
+10
|
\
\
|
*
\
Merge branch 'master' into token-detection-fix
Eivind Teig
2020-03-09
-3
/
+93
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #826 from python-discord/vote
Eivind Teig
2020-03-09
-0
/
+21
|
\
\
\
|
*
|
|
Disambiguate codepoint value.
scragly
2020-03-09
-1
/
+2
|
*
|
|
Check lower bound for vote options.
scragly
2020-03-09
-0
/
+2
|
*
|
|
Merge branch 'master' into vote
scragly
2020-03-09
-2
/
+2
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #824 from python-discord/antimalware-fix
Mark
2020-03-08
-2
/
+2
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into antimalware-fix
Mark
2020-03-08
-1
/
+70
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix filtered extension string out of scope for log message
S. Co1
2020-03-08
-2
/
+2
|
|
*
|
|
Implement vote command.
scragly
2020-03-09
-0
/
+18
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #823 from python-discord/tag-search-searches-tags-via-cont...
Mark
2020-03-08
-1
/
+70
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Refactored to use paginator like normal `!tag`
Shirayuki Nekomata
2020-03-09
-12
/
+20
|
*
|
|
Fixed `is_plural` counting 1 less space.
Shirayuki Nekomata
2020-03-08
-1
/
+1
|
*
|
|
Refactored dense codes, removed obvious type hint.
Shirayuki Nekomata
2020-03-08
-15
/
+25
|
*
|
|
Fixed searching for `,` returing all tags. Made it more descriptive when mult...
Shirayuki Nekomata
2020-03-08
-3
/
+7
|
*
|
|
Refactored tag searching via keywords in contents
Shirayuki Nekomata
2020-03-08
-8
/
+6
|
*
|
|
Implemented `search` as a subcommand for `tag` that will search in contents i...
Shirayuki Nekomata
2020-03-08
-1
/
+50
|
/
/
/
|
*
/
Refactor token detection to check all potential substrings in message
S. Co1
2020-03-08
-3
/
+10
|
/
/
|
*
ModLog: fix posting null attachments for deleted message logs
MarkKoz
2020-03-07
-1
/
+1
|
/
*
Merge pull request #820 from python-discord/feat/ci/pre-commit-tweaks
Eivind Teig
2020-03-06
-2
/
+1
|
\
|
*
Remove excludes from pre-commit
MarkKoz
2020-03-05
-1
/
+0
|
*
CI: don't show diff after pre-commit hooks
MarkKoz
2020-03-05
-1
/
+1
|
/
*
Merge pull request #643 from python-discord/zen-command
scragly
2020-03-05
-2
/
+86
|
\
|
*
Merge branch 'master' into zen-command
scragly
2020-03-05
-11
/
+9
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #807 from ks129/roles-command-pagination
scragly
2020-03-05
-11
/
+9
|
\
\
|
*
\
Merge branch 'master' into roles-command-pagination
scragly
2020-03-05
-150
/
+121
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
(Information Cog, !roles command test): Removed 's' at end of "Total 1 role(s...
ks123
2020-03-05
-1
/
+1
|
*
|
(Information Cog, !roles command): Added 's' to end of 'role' only if there i...
ks123
2020-03-05
-1
/
+1
|
*
|
(Information Cog, !roles command test): Applied empty parameter change.
ks123
2020-03-05
-1
/
+1
|
*
|
(Information Cog, !roles command): Added empty parameter to pagination (False)
ks123
2020-03-05
-1
/
+1
|
*
|
Merge branch 'master' into roles-command-pagination
S. Co1
2020-03-03
-735
/
+507
|
|
\
\
|
*
|
|
!roles Command Test: Applied !roles command changes
Karlis. S
2020-03-01
-3
/
+2
|
*
|
|
!roles Command: Added pagination (LinePaginator), moved roles amount to title...
Karlis. S
2020-03-01
-8
/
+7
|
|
|
*
Raise BadArgument if no string match.
scragly
2020-03-05
-0
/
+3
|
|
|
*
Re-use embed, use command converter, raise BadArgument.
scragly
2020-03-05
-37
/
+22
|
|
|
*
Merge branch 'master' into zen-command
scragly
2020-03-05
-2673
/
+5311
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #814 from python-discord/antimalware-logging
Mark
2020-03-04
-17
/
+24
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into antimalware-logging
Mark
2020-03-04
-133
/
+97
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #816 from python-discord/extensions-cog-docstring-deprecat...
Shirayuki Nekomata
2020-03-04
-3
/
+3
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into extensions-cog-docstring-deprecation-warning
Shirayuki Nekomata
2020-03-04
-128
/
+85
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #811 from python-discord/feat/deps/o138/pre-commit-hooks
scragly
2020-03-04
-128
/
+85
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into feat/deps/o138/pre-commit-hooks
scragly
2020-03-04
-33
/
+102
|
|
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
[next]