migration vers new components V2, et ajout de diverse fonctions !

This commit is contained in:
Mathis 2026-05-16 18:05:04 +02:00
parent 3590cb748f
commit ba9e297cb8
14 changed files with 851 additions and 371 deletions

View file

@ -137,7 +137,7 @@ class FeedbackModal(disnake.ui.Modal):
required=True,
max_length=1000
)
self.append_component(self.comment)
self.add_item(self.comment)
async def callback(self, interaction: disnake.Interaction):
self.view.comment = self.comment.value