Add missing error for Guild.fetch_automod_rule

This commit is contained in:
Gooraeng
2024-10-09 17:46:07 -04:00
committed by GitHub
parent ec9fd57254
commit 1ad45f585f
+2
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
--------