Version Estable
This commit is contained in:
10
src/components/modals/prefixSettingsModal.ts
Normal file
10
src/components/modals/prefixSettingsModal.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {ModalSubmitInteraction} from "discord.js";
|
||||
|
||||
export default {
|
||||
customId: "prefixsettingsmodal",
|
||||
run: async (interaction: ModalSubmitInteraction) => {
|
||||
const newPrefix = interaction.fields.getTextInputValue("prefixInput")
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user