Skip to content

Commit b62ad1f

Browse files
committed
Update COMMAND closing reason to manual.command
1 parent 4232a1f commit b62ad1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/help_channels/_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class ClosingReason(Enum):
1515
"""All possible closing reasons for help channels."""
1616

17-
COMMAND = "command"
17+
COMMAND = "manual.command"
1818
INACTIVE = "auto.inactive"
1919
NATIVE = "auto.native"
2020
DELETED = "auto.deleted"

0 commit comments

Comments
 (0)