mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
moving and fixing imports
This commit is contained in:
@@ -1,22 +1,8 @@
|
||||
import type { CommandModule } from '../../types/module';
|
||||
import type { Processed } from '../../types/handler';
|
||||
import { ApplicationCommandType, ComponentType } from './enums';
|
||||
|
||||
const enum ApplicationCommandType {
|
||||
User,
|
||||
Message,
|
||||
ChatInput
|
||||
}
|
||||
|
||||
const enum ComponentType {
|
||||
ActionRow = 1,
|
||||
Button = 2,
|
||||
StringSelect = 3,
|
||||
TextInput = 4,
|
||||
UserSelect = 5,
|
||||
RoleSelect = 6,
|
||||
MentionableSelect = 7,
|
||||
ChannelSelect = 8,
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.0.0
|
||||
|
||||
Reference in New Issue
Block a user