Fix typo in the docstring of FeatureDisabled (#37)

This commit is contained in:
Achxy
2022-04-25 18:00:00 +05:30
committed by GitHub
parent 8b7d850741
commit 8d1ee4609b
+1 -1
View File
@@ -16,7 +16,7 @@ class ServerError(RevoltError):
"Internal server error"
class FeatureDisabled(RevoltError):
"""Base class for any any feature disabled"""
"""Base class for any feature disabled errors"""
class AutumnDisabled(FeatureDisabled):
"""The autumn feature is disabled"""