Add max length to remindme message
This commit is contained in:
parent
33440f6150
commit
a0fdd94432
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class RemindmeCog(Scale):
|
||||||
placeholder="Reminder",
|
placeholder="Reminder",
|
||||||
style=TextStyles.PARAGRAPH,
|
style=TextStyles.PARAGRAPH,
|
||||||
custom_id="message",
|
custom_id="message",
|
||||||
|
max_length=500,
|
||||||
),
|
),
|
||||||
InputText(
|
InputText(
|
||||||
label="When to remind you?",
|
label="When to remind you?",
|
||||||
|
|
Loading…
Add table
Reference in a new issue