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