seyfert 2.2.1-dev-12889248293.0 → 2.2.1-dev-12889384680.0

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.
@@ -159,27 +159,17 @@ export declare const MESSAGE_REACTION_REMOVE_EMOJI: (_self: UsingClient, data: G
159
159
  export declare const MESSAGE_UPDATE: (self: UsingClient, data: GatewayMessageUpdateDispatchData) => Promise<[message: OmitInsert<MessageStructure, "tts", {
160
160
  tts: false;
161
161
  }>, old: undefined | MessageStructure]>;
162
- export declare const MESSAGE_POLL_VOTE_REMOVE: (_: UsingClient, data: GatewayMessagePollVoteRemoveDispatch) => {
163
- op: import("../../types").GatewayOpcodes.Dispatch;
164
- t: import("../../types").GatewayDispatchEvents.MessagePollVoteRemove;
165
- d: {
166
- userId: string;
167
- channelId: string;
168
- messageId: string;
169
- guildId?: string | undefined;
170
- answerId: number;
171
- };
172
- s: number;
162
+ export declare const MESSAGE_POLL_VOTE_REMOVE: (_: UsingClient, data: GatewayMessagePollVoteRemoveDispatch["d"]) => {
163
+ userId: string;
164
+ channelId: string;
165
+ messageId: string;
166
+ guildId?: string | undefined;
167
+ answerId: number;
173
168
  };
174
- export declare const MESSAGE_POLL_VOTE_ADD: (_: UsingClient, data: GatewayMessagePollVoteAddDispatch) => {
175
- op: import("../../types").GatewayOpcodes.Dispatch;
176
- t: import("../../types").GatewayDispatchEvents.MessagePollVoteAdd;
177
- d: {
178
- userId: string;
179
- channelId: string;
180
- messageId: string;
181
- guildId?: string | undefined;
182
- answerId: number;
183
- };
184
- s: number;
169
+ export declare const MESSAGE_POLL_VOTE_ADD: (_: UsingClient, data: GatewayMessagePollVoteAddDispatch["d"]) => {
170
+ userId: string;
171
+ channelId: string;
172
+ messageId: string;
173
+ guildId?: string | undefined;
174
+ answerId: number;
185
175
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seyfert",
3
- "version": "2.2.1-dev-12889248293.0",
3
+ "version": "2.2.1-dev-12889384680.0",
4
4
  "description": "The most advanced framework for discord bots",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",