corriger: correction d'une coquille dans le formulaire de signalement de bug
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5913305be9
commit
2f5f4ce816
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class BugReportModal(disnake.ui.Modal):
|
||||||
disnake.ui.TextInput(
|
disnake.ui.TextInput(
|
||||||
label="Description détaillée",
|
label="Description détaillée",
|
||||||
style=disnake.TextInputStyle.paragraph,
|
style=disnake.TextInputStyle.paragraph,
|
||||||
placeholder="Que s'est-il passé ? Comment reproduire le bug ?",
|
placeholder="Que s'est-il passé ?",
|
||||||
custom_id="bug_description",
|
custom_id="bug_description",
|
||||||
required=True,
|
required=True,
|
||||||
max_length=1000,
|
max_length=1000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue