disgroove 3.0.0-dev.2cf2b90 → 3.0.0-dev.474d332

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1272,6 +1272,7 @@ export declare const BitwisePermissionFlags: {
1272
1272
  readonly SendPolls: bigint;
1273
1273
  readonly UseExternalApps: bigint;
1274
1274
  readonly PinMessages: bigint;
1275
+ readonly BypassSlowmode: bigint;
1275
1276
  };
1276
1277
  /** https://discord.com/developers/docs/topics/permissions#role-object-role-flags */
1277
1278
  export declare enum RoleFlags {
@@ -1364,6 +1364,7 @@ exports.BitwisePermissionFlags = {
1364
1364
  SendPolls: 1n << 49n,
1365
1365
  UseExternalApps: 1n << 50n,
1366
1366
  PinMessages: 1n << 51n,
1367
+ BypassSlowmode: 1n << 52n,
1367
1368
  };
1368
1369
  /** https://discord.com/developers/docs/topics/permissions#role-object-role-flags */
1369
1370
  var RoleFlags;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "disgroove",
3
- "version": "3.0.0-dev.2cf2b90",
3
+ "version": "3.0.0-dev.474d332",
4
4
  "description": "A module to interface with Discord",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "disgroove",
3
- "version": "3.0.0-dev.2cf2b90",
3
+ "version": "3.0.0-dev.474d332",
4
4
  "description": "A module to interface with Discord",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",