migration vers new components V2, et ajout de diverse fonctions !
This commit is contained in:
parent
3590cb748f
commit
ba9e297cb8
14 changed files with 851 additions and 371 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue