mccoderpy / discord.py-message-components

A "fork" of discord.py library made by Rapptz with implementation of the Discord Message-Components & many other features by mccoderpy
MIT License
52 stars 12 forks source link

Update automod.py #77

Closed The-LukeZ closed 6 months ago

The-LukeZ commented 6 months ago

Fixed AutoModTriggerMetadata.to_dict() because if you only provided regex_patterns it would return None. Now it doesnt.