Add missing error for Guild.fetch_automod_rule

This commit is contained in:
Gooraeng 2024-10-10 06:46:07 +09:00 committed by GitHub
parent ec9fd57254
commit 1ad45f585f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4353,6 +4353,8 @@ class Guild(Hashable):
-------
Forbidden
You do not have permission to view the automod rule.
NotFound
The automod rule does not exist within this guild.
Returns
--------