revolt.js
Advanced tools
Comparing version 6.0.0-rc.27 to 6.0.0-rc.28
@@ -239,3 +239,3 @@ "use strict"; | ||
} | ||
case "MessageBulkDelete": { | ||
case "BulkMessageDelete": { | ||
(0, mobx_1.runInAction)(() => { | ||
@@ -242,0 +242,0 @@ for (const id of packet.ids) { |
@@ -63,3 +63,3 @@ import type { FieldsChannel, FieldsMember, FieldsServer, FieldsUser, Session } from "revolt-api"; | ||
} | { | ||
type: "MessageBulkDelete"; | ||
type: "BulkMessageDelete"; | ||
channel: string; | ||
@@ -66,0 +66,0 @@ ids: string[]; |
@@ -233,3 +233,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
case "MessageBulkDelete": { | ||
case "BulkMessageDelete": { | ||
runInAction(() => { | ||
@@ -236,0 +236,0 @@ for (const id of packet.ids) { |
@@ -63,3 +63,3 @@ import type { FieldsChannel, FieldsMember, FieldsServer, FieldsUser, Session } from "revolt-api"; | ||
} | { | ||
type: "MessageBulkDelete"; | ||
type: "BulkMessageDelete"; | ||
channel: string; | ||
@@ -66,0 +66,0 @@ ids: string[]; |
{ | ||
"name": "revolt.js", | ||
"version": "6.0.0-rc.27", | ||
"version": "6.0.0-rc.28", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package