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
Commit message (
Expand
)
Author
Age
Lines
*
Move the `rules.attachments` module tests to `unittest`.
Johannes Christ
2019-10-12
-0
/
+52
*
Update README.md
Sebastiaan Zeeff
2019-10-11
-8
/
+7
*
Make textual changes to testing guide
Sebastiaan Zeeff
2019-10-11
-20
/
+34
*
Change pipeline testrunner to xmlrunner
Sebastiaan Zeeff
2019-10-11
-17
/
+31
*
Add tests for tests.base
Sebastiaan Zeeff
2019-10-11
-11
/
+31
*
Migrate pytest to unittest
Sebastiaan Zeeff
2019-10-11
-1285
/
+1567
*
Merge pull request #505 from python-discord/user-log-display-name-changes
Mark
2019-10-09
-1
/
+6
|
\
|
*
Merge branch 'master' into user-log-display-name-changes
Mark
2019-10-09
-2
/
+8
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #504 from python-discord/show-reason-bot-actor-infractions
Mark
2019-10-08
-2
/
+8
|
\
\
|
*
|
Show infraction reason when the bot is the actor
Sebastiaan Zeeff
2019-10-08
-1
/
+5
|
*
|
Set bot as actor of antispam infractions
Sebastiaan Zeeff
2019-10-08
-1
/
+3
|
/
/
|
*
Ensure display name changes are logged
Sebastiaan Zeeff
2019-10-08
-1
/
+6
|
/
*
Merge pull request #462 from python-discord/moderation-cleanup
Sebastiaan Zeeff
2019-10-08
-1558
/
+1306
|
\
|
*
Merge branch 'master' into moderation-cleanup
Sebastiaan Zeeff
2019-10-08
-19
/
+286
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #498 from fiskenslakt/feat/attachment-spam-threshold
S. Co1
2019-10-06
-1
/
+1
|
\
\
|
*
|
Update max threshold for attachments
Derek
2019-10-06
-1
/
+1
|
/
/
*
|
Merge pull request #492 from python-discord/doc-fix
S. Co1
2019-10-06
-0
/
+3
|
\
\
|
*
\
Merge branch 'master' into doc-fix
Chris G
2019-10-04
-3
/
+258
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #441 from python-discord/add-role-info-command
Chris G
2019-10-04
-1
/
+97
|
\
\
\
|
*
\
\
Merge branch 'master' into add-role-info-command
Chris G
2019-10-04
-37
/
+288
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #490 from python-discord/bb-previous-reason
Chris G
2019-10-04
-2
/
+39
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into bb-previous-reason
Chris G
2019-10-04
-0
/
+122
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #473 from python-discord/ISODate-converter
Mark
2019-10-04
-0
/
+122
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into ISODate-converter
Mark
2019-10-04
-38
/
+130
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Check if tzinfo is None in ISODateTime test
Sebastiaan Zeeff
2019-10-03
-1
/
+3
|
*
|
|
|
|
Make ISODateTime return tz-unaware datetime
Sebastiaan Zeeff
2019-10-02
-1
/
+33
|
*
|
|
|
|
Remove angle brackets from ISODateTime docstring
Sebastiaan Zeeff
2019-10-02
-1
/
+1
|
*
|
|
|
|
Apply docstring review suggestion
Sebastiaan Zeeff
2019-10-02
-1
/
+1
|
*
|
|
|
|
Remove surplus quotation mark in class docstring
Sebastiaan Zeeff
2019-10-01
-1
/
+1
|
*
|
|
|
|
Add converter for ISO-formatted datetime strings
Sebastiaan Zeeff
2019-10-01
-0
/
+88
|
|
*
|
|
|
Adjust verbiage of totals for watch commands
MarkKoz
2019-10-04
-2
/
+2
|
|
*
|
|
|
Show previous watch reason and total after invoking watch command
MarkKoz
2019-10-04
-2
/
+39
|
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
Merge branch 'add-role-info-command' of github.com:python-discord/bot into ad...
Joseph Banks
2019-10-01
-2347
/
+1646
|
|
|
\
\
\
|
|
|
*
\
\
Merge branch 'master' into add-role-info-command
S. Co1
2019-10-01
-2347
/
+1646
|
|
|
|
\
\
\
|
|
*
|
|
|
|
Make tests work with Union converter
Joseph Banks
2019-10-01
-3
/
+4
|
|
|
/
/
/
/
|
|
*
|
|
|
linter is the bane of my existence
Joseph Banks
2019-10-01
-1
/
+0
|
|
*
|
|
|
Implement review comments and stop using a greedy converter
Joseph Banks
2019-10-01
-4
/
+22
|
|
*
|
|
|
Add unit tests for role info command
Joseph Banks
2019-09-21
-1
/
+48
|
|
*
|
|
|
Add role info command
Joseph Banks
2019-09-21
-2
/
+33
|
|
|
|
*
|
Fix error when symbol_id cannot be found in doc HTML
MarkKoz
2019-10-04
-0
/
+3
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #481 from bendiller/fetch_posts_retries
S. Co1
2019-10-03
-15
/
+24
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into fetch_posts_retries
Mark
2019-10-03
-23
/
+106
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Improve readability
Ben Diller
2019-10-03
-0
/
+1
|
*
|
|
|
|
Move asyncio.sleep() to avoid disturbing function signatures.
bendiller
2019-10-03
-16
/
+13
|
*
|
|
|
|
Add sleep(3) between retries, with bot indicating typing during sleep
bendiller
2019-10-02
-4
/
+9
|
*
|
|
|
|
Add logging for invalid response (after all retries are exhausted)
bendiller
2019-10-02
-1
/
+3
|
*
|
|
|
|
Add checks for valid response and retries to fetch_posts()
bendiller
2019-10-01
-9
/
+13
|
|
/
/
/
/
|
|
|
|
*
Only allow members currently in the guild to be warned
MarkKoz
2019-10-07
-1
/
+1
|
|
|
|
*
Update the nickname policy URL
Mark
2019-10-07
-1
/
+1
|
|
|
|
*
Make categories class attributes and support descriptions
MarkKoz
2019-10-04
-5
/
+20
[next]