-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Warnings] Add setting for warn channel and DMing warns toggle (#2929)
* Initial Commit * Add changelog * Review changes * Changed to use contextlib.suppress * Update warnings.py * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Rename 2932.bugfix.rst.txt to 2932.bugfix.rst * Rename 2929.enhance.rst.txt to 2929.enhance.rst * Update redbot/cogs/warnings/warnings.py Co-Authored-By: Draper <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: Draper <[email protected]> * Update redbot/cogs/warnings/warnings.py Co-Authored-By: jack1142 <[email protected]> * Rename 2929.enhance.rst to 2929.feature.rst * Update warnings.py * Add files via upload * Update warnings.py * Black * Update warnings.py * black * Update warnings.py * Update warnings.py * Delete 2932.bugfix.rst Co-authored-by: jack1142 <[email protected]> Co-authored-by: Draper <[email protected]>
- Loading branch information
1 parent
4afe1ff
commit 2e5dc82
Showing
2 changed files
with
91 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Added features to mod to be able to toggle warns being sent to both DM's and channel. | ||
Added a command to set the channel the warns get sent to. (defaults to the channel the warn was issued in). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters