Bubba
Bubba
DIAdiscord.js - Imagine an app
Created by Bubba on 8/2/2023 in #djs-questions
Issue with the implementation of a custom TextInput class
Okay, thoughtless mistake: the functionsObject should receive a function with a parameter and return the setter from the discordjs TextInputBuilder class
'placeholder': (param: string) => this.text.setPlaceholder(param)
'placeholder': (param: string) => this.text.setPlaceholder(param)
3 replies