moving and fixing imports

This commit is contained in:
jacoobes
2023-04-14 12:45:41 -05:00
parent 457cb25cb2
commit 09e57c73ac
6 changed files with 26 additions and 28 deletions

View File

@@ -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