Browse Source

Add missing error for Guild.fetch_automod_rule

pull/10109/head
Gooraeng 8 months ago
committed by dolfies
parent
commit
f75a8e0f39
  1. 2
      discord/guild.py

2
discord/guild.py

@ -5385,6 +5385,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
--------

Loading…
Cancel
Save