Replaced clang format with prettuier (sadly)
This commit is contained in:
@@ -6,8 +6,9 @@ export = {
|
||||
type: "button",
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
await interaction.reply({ content: "This button is currently disabled.", ephemeral: true })
|
||||
|
||||
}
|
||||
} as Button
|
||||
await interaction.reply({
|
||||
content: "This button is currently disabled.",
|
||||
ephemeral: true,
|
||||
})
|
||||
},
|
||||
} as Button
|
||||
|
||||
Reference in New Issue
Block a user