Replaced clang format with prettuier (sadly)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { ContextMenuCommandInteraction, ContextMenuCommandBuilder } from "discord.js"
|
||||
import {
|
||||
ContextMenuCommandInteraction,
|
||||
ContextMenuCommandBuilder,
|
||||
} from "discord.js"
|
||||
|
||||
export default interface ContextMenu {
|
||||
name: string
|
||||
@@ -7,4 +10,4 @@ export default interface ContextMenu {
|
||||
dev?: boolean
|
||||
data: ContextMenuCommandBuilder
|
||||
execute: (interaction: ContextMenuCommandInteraction) => Promise<void>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user