Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions lib/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ export enum UserFlags {
HYPESQUAD_BALANCE = 2 ** 8,
EARLY_SUPPORTER = 2 ** 9,
PSEUDO_TEAM_USER = 2 ** 10,
/** @deprecated Use `IS_HUBSPOT_CONTACT`. This will be removed in `1.15.0` */
INTERNAL_APPLICATION = 2 ** 11,
/** User is registered on Discord's HubSpot customer platform, used for official Discord programs (e.g. partner) */
IS_HUBSPOT_CONTACT = 2 ** 11,
/** @deprecated User is a system user (i.e. official Discord account) */
Expand Down Expand Up @@ -187,8 +185,6 @@ export enum ApplicationFlags {
ALLOW_ACTIVITY_ACTION_JOIN_REQUEST = 2 ** 10,
/** Application has limited access to the social layer SDK */
SOCIAL_LAYER_INTEGRATION_LIMITED = 2 ** 10,
/** @deprecated Use `CLOUD_GAMING_DEMO`. This will be removed in `1.15.0`. */
RPC_HAS_CONNECTED_ACCOUNT = 2 ** 11,
/** Application is trialing cloud gaming features */
CLOUD_GAMING_DEMO = 2 ** 11,
/** Intent required for bots in 100 or more guilds to receive Presence Update Gateway events */
Expand Down Expand Up @@ -1891,8 +1887,6 @@ export enum OnboardingModes {
}

export enum InviteFlags {
/** @deprecated Use `IS_GUEST_INVITE`. This will be removed in `1.15.0`. */
GUEST = 1 << 0,
/** Invite grants one-time access to a voice channel in the guild */
IS_GUEST_INVITE = 1 << 0,
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oceanic.js",
"version": "1.14.0",
"version": "1.15.0",
"description": "A NodeJS library for interfacing with Discord.",
"packageManager": "pnpm@10.33.0",
"main": "./dist/lib/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-import-newlines": "^1.4.1",
"eslint-plugin-jsdoc": "^50.8.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-json": "^5.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "^4.4.1",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading