got forms half way working with disgo
This commit is contained in:
2
main.go
2
main.go
@@ -49,8 +49,8 @@ func main() {
|
||||
bot.WithEventListenerFunc(componentInteractionCreate),
|
||||
bot.WithEventListenerFunc(modalSubmitInteractionCreate),
|
||||
bot.WithEventListenerFunc(messageCreate),
|
||||
bot.WithEventListenerFunc(messageDelete),
|
||||
/*
|
||||
bot.WithEventListenerFunc(messageDelete),
|
||||
bot.WithEventListenerFunc(guildMemberJoin),
|
||||
*/
|
||||
)
|
||||
|
Reference in New Issue
Block a user