aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/help_channels/_stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/help_channels/_stats.py')
-rw-r--r--bot/exts/help_channels/_stats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/help_channels/_stats.py b/bot/exts/help_channels/_stats.py
index 6ca40139b..687ebc80c 100644
--- a/bot/exts/help_channels/_stats.py
+++ b/bot/exts/help_channels/_stats.py
@@ -16,6 +16,7 @@ class ClosingReason(Enum):
COMMAND = "command"
INACTIVE = "auto.inactive"
+ NATIVE = "auto.native"
DELETED = "auto.deleted"
CLEANUP = "auto.cleanup"