We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.9.2
Unknown trigger type for {'trigger_type': 3, 'trigger_metadata': {}, 'name': 'Block Spam Content', 'id': '1021862597634556006', 'guild_id': '864557936068395018', 'exempt_roles': [], 'exempt_channels': [], 'event_type': 1, 'enabled': True, 'creator_id': '247036279420747776', 'actions': [BlockMessage()]}
Use anything with Block Spam Content that Discord added;
Block Spam Content
Not to error
from interactions import listen, Extension, events, Embed, AuditLogEventType class automodDM(Extension): def __init__(self, client: interactions.Client): self.client = client @listen() async def my_function(self, event: events.AutoModExec): pass def setup(client): automodDM(client)
No.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Library Version
Release 5.9.2
Describe the Bug
Steps to Reproduce
Use anything with
Block Spam Content
that Discord added;Expected Results
Not to error
Minimal Reproducible Code
Traceback
No.
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: