saramaebee / mod-bot

A bot to handle tracking moderative actions in CodeSupport's Discord Server

Home Page:https://codesupport.dev/discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Select menu to ban modal's message deletion length field

saramaebee opened this issue · comments

commented

new TextInputBuilder()
.setCustomId("banLength")
.setLabel("How far back should we delete messages?")
.setStyle(TextInputStyle.Short)
]

Currently, we're just using a text field, as discord.js doesn't support select fields in modals yet. We can hack around this by making raw API requests to Discord.