Improved handling of larger event stages
This commit is contained in:
@@ -57,6 +57,7 @@ class CogStage(Cog):
|
||||
description_localizations=in_every_locale(
|
||||
"description", "commands", "stage_add", "options", "answer"
|
||||
),
|
||||
max_length=500,
|
||||
required=True,
|
||||
)
|
||||
@option(
|
||||
@@ -155,6 +156,7 @@ class CogStage(Cog):
|
||||
description_localizations=in_every_locale(
|
||||
"description", "commands", "stage_edit", "options", "answer"
|
||||
),
|
||||
max_length=500,
|
||||
required=False,
|
||||
)
|
||||
@option(
|
||||
|
Reference in New Issue
Block a user