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
*
Sync tests: fix mismatched attributes when creating a mock user
MarkKoz
2020-02-12
-0
/
+3
*
Sync tests: fix fake_user fixture
MarkKoz
2020-02-12
-7
/
+9
*
Sync tests: test empty diff for no users
MarkKoz
2020-02-12
-6
/
+9
*
Sync tests: add fixture to get a guild with members
MarkKoz
2020-02-12
-1
/
+19
*
Sync tests: rename user sync test case
MarkKoz
2020-02-12
-2
/
+2
*
Sync tests: test syncs with multiple roles
MarkKoz
2020-02-12
-15
/
+37
*
Sync tests: test API requests for role syncing
MarkKoz
2020-02-12
-1
/
+34
*
Sync tests: create separate role test cases for diff and sync tests
MarkKoz
2020-02-12
-2
/
+10
*
Sync tests: remove guild_roles lists and assign roles to variables
MarkKoz
2020-02-12
-14
/
+8
*
Sync tests: remove diff test for updated and new roles together
MarkKoz
2020-02-12
-19
/
+0
*
Sync tests: test diff for all 3 role changes simultaneously
MarkKoz
2020-02-12
-21
/
+17
*
Sync tests: test diff for deleted roles
MarkKoz
2020-02-12
-17
/
+10
*
Sync tests: test diff for new roles
MarkKoz
2020-02-12
-20
/
+15
*
Sync tests: create a role in setUp to use as a constant
MarkKoz
2020-02-12
-6
/
+5
*
Sync tests: test diff for updated roles
MarkKoz
2020-02-12
-27
/
+16
*
Sync tests: test empty diff for identical roles
MarkKoz
2020-02-12
-8
/
+11
*
Sync tests: fix creation of MockRoles
MarkKoz
2020-02-12
-3
/
+4
*
Sync tests: add fixture to create a guild with roles
MarkKoz
2020-02-12
-1
/
+21
*
Sync tests: rename the role syncer test case
MarkKoz
2020-02-12
-1
/
+1
*
Tests: add a MockAPIClient
MarkKoz
2020-02-12
-0
/
+18
*
Sync: handle API errors gracefully
MarkKoz
2020-02-12
-10
/
+21
*
Sync: mention core devs when results are shown & fix missing space
MarkKoz
2020-02-12
-6
/
+8
*
Sync: split _confirm() into two functions
MarkKoz
2020-02-12
-10
/
+32
*
Sync: keep the mention for all edits of the confirmation prompt
MarkKoz
2020-02-12
-4
/
+6
*
Sync: add trace and debug logging
MarkKoz
2020-02-12
-1
/
+16
*
Sync: fix confirmation reaction check
MarkKoz
2020-02-12
-5
/
+10
*
Sync: remove author mention from confirm prompt
MarkKoz
2020-02-12
-2
/
+2
*
Sync: fix overwriting message with None after editing it
MarkKoz
2020-02-12
-1
/
+1
*
Sync: fix passing context instead of message to _confirm()
MarkKoz
2020-02-12
-4
/
+5
*
Sync: fix missing await for fetch_channel
MarkKoz
2020-02-12
-1
/
+1
*
Sync: allow for None values in Diffs
MarkKoz
2020-02-12
-4
/
+4
*
Sync: make Role, User, and Diff private
MarkKoz
2020-02-12
-15
/
+15
*
Sync: remove generic type from Diff
MarkKoz
2020-02-12
-19
/
+10
*
Sync: move sync logic into Syncer base class
MarkKoz
2020-02-12
-93
/
+54
*
Sync: prompt to confirm when diff is greater than 10
MarkKoz
2020-02-12
-37
/
+158
*
Sync: create classes for syncers
MarkKoz
2020-02-12
-242
/
+158
*
Sync: support sending messages to a context in sync()
MarkKoz
2020-02-12
-17
/
+11
*
Sync: support multiple None totals returns from a syncer
MarkKoz
2020-02-12
-10
/
+7
*
Sync: create function for running a single syncer
MarkKoz
2020-02-12
-22
/
+24
*
Sync: refactor cog
MarkKoz
2020-02-12
-25
/
+26
*
API: create request function which has a param for the HTTP method
MarkKoz
2020-02-12
-18
/
+10
*
API: define functions with keyword-only arguments
MarkKoz
2020-02-12
-10
/
+10
*
Constants: add dev-core channel and check mark emoji
MarkKoz
2020-02-12
-0
/
+4
*
Use wait_until_guild_available instead of wait_until_ready
MarkKoz
2020-02-12
-13
/
+13
*
Bot: make the connector attribute private
MarkKoz
2020-02-12
-4
/
+4
*
Bot: add wait_until_guild_available
MarkKoz
2020-02-12
-0
/
+39
*
Merge pull request #747 from mosguinz/pagniation-fix
Sebastiaan Zeeff
2020-02-12
-1
/
+1
|
\
|
*
Fix pagniation module for "last page" reaction
mosguinz
2020-02-12
-1
/
+1
|
/
*
Merge pull request #625 from python-discord/emoji-cleanup
Mark
2020-02-09
-14
/
+19
|
\
|
*
Remove clear reaction from paginators
MarkKoz
2020-02-09
-17
/
+2
[next]