mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[V3] Warning system (#1173)
* [V3 Warning] initial work on a warning system for v3 * [V3 Warning] rename some stuff and add a case type * [V3 Warnings] rename package from warning * [V3 Warnings] restructuring commands * [V3 Warnings] remove expiry stuff + other refactoring * [V3 Warnings] refactoring action logic * [V3 Warnings] rewrites to action logic * [V3 Warnings] add regen_messages.py
This commit is contained in:
5
redbot/cogs/warnings/__init__.py
Normal file
5
redbot/cogs/warnings/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .warnings import Warnings
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(Warnings(bot))
|
||||
Reference in New Issue
Block a user