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

View File

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