changelog and bump (#3454)

This commit is contained in:
Michael H
2020-01-26 20:18:25 -05:00
committed by GitHub
parent 97a9fde5fd
commit 0d3c72f356
19 changed files with 71 additions and 17 deletions

View File

@@ -1 +0,0 @@
Adds toggle for channels for embedset.

View File

@@ -1 +0,0 @@
implements ``__call__`` for commands

View File

@@ -1 +0,0 @@
Fixed an error when ``redbot.core.utils.mod.mass_purge`` is passed ``COUNT % 100 == 1`` messages AND the last message in the list does not exist.

View File

@@ -1 +0,0 @@
Typo fixes in doc strings.

View File

@@ -1 +0,0 @@
Added a ``[p]helpset deletedelay`` command, that lets you set a delay (in seconds) after which help messages / pages will be deleted.

View File

@@ -1 +0,0 @@
Role granting/removing commands will now notify when the user already has/doesn't have a role when attempting to add/remove it.

View File

@@ -1 +0,0 @@
Playlist no longer default to the Server scope, and will not return matches across multiple scopes.

View File

@@ -1 +0,0 @@
Fixes error on exiting customcom interactive menu.

View File

@@ -1 +0,0 @@
Improve error message when user passes cog that isn't installed to a command that only accepts installed cogs.

View File

@@ -1 +0,0 @@
Downloader will now do the initialization in background to avoid timeout issues during bot startup.

View File

@@ -1 +0,0 @@
Log errors that may happen in initialization task.

View File

@@ -1 +0,0 @@
[General] Adds a maximum amount to roll command.

View File

@@ -1 +0,0 @@
Added a defaultdays command to set the amount of days for the ban commands to use for days of messages deleted when days isn't used in the command itself.

View File

@@ -1 +0,0 @@
Added a ``[p]modset dm`` to toggle kick/bans sending an embed to the user detailing the reason for the kick/ban, the server they were kicked/banned from and if it was a kick or a ban.

View File

@@ -1 +0,0 @@
Trivia list typo fixes.