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
*
Remove one indentation level.
Numerlor
2020-03-17
-3
/
+3
*
Reword `unsilence` docstring.
Numerlor
2020-03-17
-2
/
+1
*
Remove `channel` mentions from command docstrings.
Numerlor
2020-03-17
-2
/
+2
*
Rename `cog_unload` tests.
Numerlor
2020-03-17
-2
/
+2
*
Fix `test_cog_unload` passing tests with invalid values.
Numerlor
2020-03-17
-1
/
+1
*
Handle and log `CommandErrors` on `.can_run`.
Numerlor
2020-03-16
-1
/
+6
*
Remove long indentation from docstrings.
Numerlor
2020-03-15
-6
/
+6
*
Set `_get_instance_vars_event` in test's `setUp`.
Numerlor
2020-03-15
-0
/
+2
*
Adjust tests for new calling behaviour.
Numerlor
2020-03-15
-2
/
+2
*
Document returns values of private methods.
Numerlor
2020-03-15
-0
/
+2
*
Block commands until all instance vars are loaded.
Numerlor
2020-03-15
-0
/
+4
*
Assign created task to a var.
Numerlor
2020-03-15
-1
/
+1
*
Pass kwargs directly instead of a PermissionOverwrite.
Numerlor
2020-03-15
-9
/
+3
*
Change BadArgument error wording.
Numerlor
2020-03-15
-1
/
+1
*
Add Silence cog load to docstring.
Numerlor
2020-03-15
-1
/
+1
*
Move coro execution outside of if condition.
Numerlor
2020-03-15
-8
/
+6
*
Adjust docstring styling.
Numerlor
2020-03-15
-2
/
+2
*
Use dict instead of a set and custom class.
Numerlor
2020-03-15
-44
/
+8
*
Add tests for `_notifier`.
Numerlor
2020-03-11
-0
/
+19
*
Improve commands help.
Numerlor
2020-03-11
-3
/
+5
*
Add logging to commands.
Numerlor
2020-03-11
-0
/
+3
*
Change various logging levels.
Numerlor
2020-03-11
-7
/
+7
*
Add tests for `remove_channel`.
Numerlor
2020-03-11
-0
/
+18
*
Remove `_current_loop` from setup.
Numerlor
2020-03-11
-2
/
+1
*
Add tests for `add_channel`.
Numerlor
2020-03-11
-0
/
+21
*
Create test case for `SilenceNotifier`
Numerlor
2020-03-11
-1
/
+7
*
Add tests for `_get_instance_vars`.
Numerlor
2020-03-11
-1
/
+28
*
Pass created channel instead of new object.
Numerlor
2020-03-11
-1
/
+1
*
Reset `self.ctx` call history after every subtest.
Numerlor
2020-03-11
-0
/
+1
*
Fix erroneous `assert_called_once_with` calls.
Numerlor
2020-03-11
-8
/
+7
*
Add test for `cog_check`.
Numerlor
2020-03-11
-0
/
+7
*
Add test for `cog_unload`.
Numerlor
2020-03-11
-1
/
+17
*
Use patch decorators and assign names from `with` patches.
Numerlor
2020-03-11
-11
/
+11
*
Separate tests for permissions and `muted_channels.add` on `_silence`.
Numerlor
2020-03-11
-5
/
+8
*
Add tests for `_unsilence`
Numerlor
2020-03-11
-1
/
+33
*
Use async test case.
Numerlor
2020-03-11
-14
/
+12
*
Add test for `_silence` method.
Numerlor
2020-03-11
-1
/
+34
*
Move adding of channel to `muted_channels` up.
Numerlor
2020-03-11
-1
/
+1
*
Remove channel mentions from output discord messages.
Numerlor
2020-03-11
-8
/
+8
*
Remove unnecessary args from test cases.
Numerlor
2020-03-11
-6
/
+6
*
Add alert with silenced channels on `cog_unload`.
Numerlor
2020-03-10
-0
/
+11
*
Remove `channel` arg from commands.
Numerlor
2020-03-10
-20
/
+10
*
Retain previous channel overwrites.
Numerlor
2020-03-10
-4
/
+12
*
Use `patch.object` instead of patch with direct `return_value`.
Numerlor
2020-03-09
-9
/
+2
*
Move notifier to separate class.
Numerlor
2020-03-08
-40
/
+46
*
Remove "Channel" from output string for consistency.
Numerlor
2020-03-08
-1
/
+1
*
Use `Context.invoke` instead of calling `unsilence` directly.
Numerlor
2020-03-08
-1
/
+1
*
Add test for `unsilence` discord output.
Numerlor
2020-03-08
-0
/
+9
*
Add test for `silence` discord output.
Numerlor
2020-03-08
-0
/
+24
*
Add test case for Silence cog.
Numerlor
2020-03-08
-1
/
+10
[next]