chore: SortOrderType
https://github.com/discordjs/discord.js/pull/8651/commits/54267f584a4e38cb58421cf7d26785a5a621dfcd
This commit is contained in:
Vendored
+5
@@ -112,6 +112,11 @@ export const enum ChannelTypes {
|
|||||||
GUILD_FORUM = 15,
|
GUILD_FORUM = 15,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const enum SortOrderType {
|
||||||
|
LATEST_ACTIVITY = 1,
|
||||||
|
CREATION_DATE = 2,
|
||||||
|
}
|
||||||
|
|
||||||
export const enum MessageTypes {
|
export const enum MessageTypes {
|
||||||
DEFAULT,
|
DEFAULT,
|
||||||
RECIPIENT_ADD,
|
RECIPIENT_ADD,
|
||||||
|
|||||||
Vendored
+1
-1
@@ -53,7 +53,6 @@ import {
|
|||||||
RESTPostAPIApplicationCommandsJSONBody,
|
RESTPostAPIApplicationCommandsJSONBody,
|
||||||
Snowflake,
|
Snowflake,
|
||||||
LocalizationMap,
|
LocalizationMap,
|
||||||
SortOrderType,
|
|
||||||
} from 'discord-api-types/v9';
|
} from 'discord-api-types/v9';
|
||||||
import { ChildProcess } from 'node:child_process';
|
import { ChildProcess } from 'node:child_process';
|
||||||
import { EventEmitter } from 'node:events';
|
import { EventEmitter } from 'node:events';
|
||||||
@@ -97,6 +96,7 @@ import {
|
|||||||
GuildScheduledEventPrivacyLevels,
|
GuildScheduledEventPrivacyLevels,
|
||||||
HypeSquadType,
|
HypeSquadType,
|
||||||
VideoQualityModes,
|
VideoQualityModes,
|
||||||
|
SortOrderType,
|
||||||
} from './enums';
|
} from './enums';
|
||||||
import {
|
import {
|
||||||
RawActivityData,
|
RawActivityData,
|
||||||
|
|||||||
Reference in New Issue
Block a user