parent
1ea40be065
commit
97e2d155b9
5
typings/enums.d.ts
vendored
5
typings/enums.d.ts
vendored
@ -112,6 +112,11 @@ export const enum ChannelTypes {
|
||||
GUILD_FORUM = 15,
|
||||
}
|
||||
|
||||
export const enum SortOrderType {
|
||||
LATEST_ACTIVITY = 1,
|
||||
CREATION_DATE = 2,
|
||||
}
|
||||
|
||||
export const enum MessageTypes {
|
||||
DEFAULT,
|
||||
RECIPIENT_ADD,
|
||||
|
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@ -53,7 +53,6 @@ import {
|
||||
RESTPostAPIApplicationCommandsJSONBody,
|
||||
Snowflake,
|
||||
LocalizationMap,
|
||||
SortOrderType,
|
||||
} from 'discord-api-types/v9';
|
||||
import { ChildProcess } from 'node:child_process';
|
||||
import { EventEmitter } from 'node:events';
|
||||
@ -97,6 +96,7 @@ import {
|
||||
GuildScheduledEventPrivacyLevels,
|
||||
HypeSquadType,
|
||||
VideoQualityModes,
|
||||
SortOrderType,
|
||||
} from './enums';
|
||||
import {
|
||||
RawActivityData,
|
||||
|
Loading…
Reference in New Issue
Block a user