@duque.edits/sdk 1.7.3 → 1.7.4
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.
- package/dist/{index-iLzxxeFt.d.ts → index-CAZ-9d8H.d.ts} +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/managers/automaticmessage/AutomaticMessageManager.d.ts +1 -1
- package/dist/managers/base.d.ts +1 -1
- package/dist/managers/bet/GuildBetManager.d.ts +1 -1
- package/dist/managers/betuser/GuildBetUserManager.d.ts +1 -1
- package/dist/managers/buffer/BufferManager.d.ts +1 -1
- package/dist/managers/guild/GuildManager.d.ts +1 -1
- package/dist/managers/index.d.ts +1 -1
- package/dist/managers/logs/LogManager.d.ts +1 -1
- package/dist/managers/match/GuildMatchManager.d.ts +1 -1
- package/dist/managers/mediator/GuildMediatorManager.d.ts +1 -1
- package/dist/managers/message/MessagesManager.d.ts +1 -1
- package/dist/managers/minesgame/MinesGameManager.d.ts +1 -1
- package/dist/managers/permission/GuildPermissionManager.d.ts +1 -1
- package/dist/managers/player/PlayerManager.d.ts +1 -1
- package/dist/managers/product/ProductManager.d.ts +1 -1
- package/dist/managers/shop/ShopManager.d.ts +1 -1
- package/dist/managers/ticket/TicketManager.d.ts +1 -1
- package/dist/managers/ticketpanel/TicketPanelManager.d.ts +1 -1
- package/dist/managers/tournament/TournamentManager.d.ts +1 -1
- package/dist/managers/user/GuildUserManager.d.ts +1 -1
- package/dist/managers/user/GuildUserManager.js +21 -1
- package/dist/managers/vipmember/VipMemberManager.d.ts +1 -1
- package/dist/rest/REST.d.ts +1 -1
- package/dist/rest/REST.js +0 -1
- package/dist/rest/index.d.ts +1 -1
- package/dist/structures/automaticmessage/AutomaticMessage.d.ts +1 -1
- package/dist/structures/bet/GuildBet.d.ts +1 -1
- package/dist/structures/betuser/GuildBetUser.d.ts +1 -1
- package/dist/structures/guild/Guild.d.ts +1 -1
- package/dist/structures/index.d.ts +1 -1
- package/dist/structures/logentry/LogEntry.d.ts +1 -1
- package/dist/structures/match/GuildMatch.d.ts +1 -1
- package/dist/structures/mediator/GuildMediator.d.ts +1 -1
- package/dist/structures/minesgame/MinesGame.d.ts +1 -1
- package/dist/structures/product/Product.d.ts +1 -1
- package/dist/structures/shop/Shop.d.ts +1 -1
- package/dist/structures/ticket/Ticket.d.ts +1 -1
- package/dist/structures/ticketpanel/TicketPanel.d.ts +1 -1
- package/dist/structures/tournament/Tournament.d.ts +1 -1
- package/dist/structures/user/GuildUser.d.ts +1 -1
- package/dist/structures/user/GuildUser.js +1 -0
- package/dist/structures/vipmember/VipMember.d.ts +1 -1
- package/dist/types/RestTypes.d.ts +1 -1
- package/dist/types/api/APIAutomaticMessage.d.ts +1 -1
- package/dist/types/api/APIGuild.d.ts +1 -1
- package/dist/types/api/APIGuildBet.d.ts +1 -1
- package/dist/types/api/APIGuildBetUser.d.ts +1 -1
- package/dist/types/api/APIGuildGroupedChannel.d.ts +1 -1
- package/dist/types/api/APIGuildMatch.d.ts +1 -1
- package/dist/types/api/APIGuildUser.d.ts +1 -1
- package/dist/types/api/APITicketPanel.d.ts +1 -1
- package/dist/types/api/index.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -606,6 +606,7 @@ declare class GuildUserManager extends BaseManager<GuildUser> {
|
|
|
606
606
|
updateMany(...users: Optional<APIGuildUser>[]): Promise<Collection<string, GuildUser>>;
|
|
607
607
|
deleteAll(): Promise<void>;
|
|
608
608
|
resetAll(): Promise<Collection<string, GuildUser>>;
|
|
609
|
+
setUpdated(data: APIGuildUser | APIGuildUser[]): GuildUser | Collection<string, GuildUser>;
|
|
609
610
|
set(data: APIGuildUser | APIGuildUser[]): GuildUser | Collection<string, GuildUser>;
|
|
610
611
|
toJSON(): APIGuildUser[];
|
|
611
612
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as APIAutomaticMessage, a as APIGuild, b as APIGuildBet, c as APIGuildBetUser, d as APIGuildGroupedChannel, e as APIGuildMatch, f as APIGuildUser, g as APITicketCategory, h as APITicketPanel, i as Accessory, j as AutomaticMessage, k as AutomaticMessageManager, l as AutomaticMessagePayload, m as AutomaticMessagesTypes, B as BETSTATUS, n as Banner, o as BaseManager, p as BaseMatchModes, q as BaseMatchStatus, r as BetChannelTypes, s as BetQueue, t as BufferManager, u as BufferMatch, v as BufferTicket, C as Confirm, D as Daily, w as DailyCategories, F as FetchOptions, x as FetchReturn, G as Guild, y as GuildBet, z as GuildBetManager, E as GuildBetUser, H as GuildBetUserManager, I as GuildChannelsType, J as GuildLogsWebhookUrls, K as GuildManager, L as GuildMatch, M as GuildMatchChannelsType, N as GuildMatchManager, O as GuildMatchMessagesType, P as GuildMediator, Q as GuildMediatorManager, S as GuildModes, T as GuildPermissionManager, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Y as GuildTicket, Z as GuildTicketConfiguration, _ as GuildTicketManager, $ as GuildTimerTypes, a0 as GuildUser, a1 as GuildUserManager, a2 as LogEntry, a3 as LogManager, a4 as LogMessage, a5 as Logs, a6 as MATCHSTATUS, a7 as MATCHTYPES, a8 as MatchSelection, a9 as MessagesManager, aa as MinesGame, ab as MinesGameManager, ac as Optional, ad as OriginalChannel, ae as OriginalChannels, af as PlayerManager, ag as PlayerOption, ah as Product, ai as Profile, aj as ProfileCard, R as REST, ak as RequestOptions, al as RestEvents, am as RoulettePrize, an as RouletteSettings, ao as STATES, ap as Shop, aq as ShopManager, ar as StatusResponse, as as Structure, at as TicketPanel, au as TicketPanelManager, av as Tournament, aw as TournamentManager, ax as UserAccessoryType, ay as VipMember, az as VipMemberManager } from './index-
|
|
1
|
+
export { A as APIAutomaticMessage, a as APIGuild, b as APIGuildBet, c as APIGuildBetUser, d as APIGuildGroupedChannel, e as APIGuildMatch, f as APIGuildUser, g as APITicketCategory, h as APITicketPanel, i as Accessory, j as AutomaticMessage, k as AutomaticMessageManager, l as AutomaticMessagePayload, m as AutomaticMessagesTypes, B as BETSTATUS, n as Banner, o as BaseManager, p as BaseMatchModes, q as BaseMatchStatus, r as BetChannelTypes, s as BetQueue, t as BufferManager, u as BufferMatch, v as BufferTicket, C as Confirm, D as Daily, w as DailyCategories, F as FetchOptions, x as FetchReturn, G as Guild, y as GuildBet, z as GuildBetManager, E as GuildBetUser, H as GuildBetUserManager, I as GuildChannelsType, J as GuildLogsWebhookUrls, K as GuildManager, L as GuildMatch, M as GuildMatchChannelsType, N as GuildMatchManager, O as GuildMatchMessagesType, P as GuildMediator, Q as GuildMediatorManager, S as GuildModes, T as GuildPermissionManager, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Y as GuildTicket, Z as GuildTicketConfiguration, _ as GuildTicketManager, $ as GuildTimerTypes, a0 as GuildUser, a1 as GuildUserManager, a2 as LogEntry, a3 as LogManager, a4 as LogMessage, a5 as Logs, a6 as MATCHSTATUS, a7 as MATCHTYPES, a8 as MatchSelection, a9 as MessagesManager, aa as MinesGame, ab as MinesGameManager, ac as Optional, ad as OriginalChannel, ae as OriginalChannels, af as PlayerManager, ag as PlayerOption, ah as Product, ai as Profile, aj as ProfileCard, R as REST, ak as RequestOptions, al as RestEvents, am as RoulettePrize, an as RouletteSettings, ao as STATES, ap as Shop, aq as ShopManager, ar as StatusResponse, as as Structure, at as TicketPanel, au as TicketPanelManager, av as Tournament, aw as TournamentManager, ax as UserAccessoryType, ay as VipMember, az as VipMemberManager } from './index-CAZ-9d8H.js';
|
|
2
2
|
export { Collection } from './structures/Collection.js';
|
|
3
3
|
export { APIEndpoint, APIEndpoints } from './rest/APIEndpoints.js';
|
|
4
4
|
export { Routes } from './rest/Routes.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { k as AutomaticMessageManager } from '../../index-
|
|
1
|
+
export { k as AutomaticMessageManager } from '../../index-CAZ-9d8H.js';
|
|
2
2
|
import '../../structures/Collection.js';
|
|
3
3
|
import '../../types/api/APIAdvert.js';
|
|
4
4
|
import '../../types/api/APIAutomaticRole.js';
|
package/dist/managers/base.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as FetchOptions, z as GuildBetManager } from '../../index-
|
|
1
|
+
export { F as FetchOptions, z as GuildBetManager } from '../../index-CAZ-9d8H.js';
|
|
2
2
|
import '../../structures/Collection.js';
|
|
3
3
|
import '../../types/api/APIAdvert.js';
|
|
4
4
|
import '../../types/api/APIAutomaticRole.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../structures/Collection.js';
|
|
2
|
-
export { t as BufferManager, u as BufferMatch, v as BufferTicket } from '../../index-
|
|
2
|
+
export { t as BufferManager, u as BufferMatch, v as BufferTicket } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
import '../../types/api/APIGuildTicket.js';
|
|
4
4
|
import '../../types/api/APIAdvert.js';
|
|
5
5
|
import '../../types/api/APIAutomaticRole.js';
|
package/dist/managers/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { k as AutomaticMessageManager, o as BaseManager, t as BufferManager, u as BufferMatch, v as BufferTicket, F as FetchOptions, x as FetchReturn, z as GuildBetManager, H as GuildBetUserManager, K as GuildManager, N as GuildMatchManager, Q as GuildMediatorManager, T as GuildPermissionManager, _ as GuildTicketManager, a1 as GuildUserManager, a3 as LogManager, a9 as MessagesManager, ab as MinesGameManager, af as PlayerManager, ag as PlayerOption, aq as ShopManager, as as Structure, au as TicketPanelManager, aw as TournamentManager, az as VipMemberManager } from '../index-
|
|
1
|
+
export { k as AutomaticMessageManager, o as BaseManager, t as BufferManager, u as BufferMatch, v as BufferTicket, F as FetchOptions, x as FetchReturn, z as GuildBetManager, H as GuildBetUserManager, K as GuildManager, N as GuildMatchManager, Q as GuildMediatorManager, T as GuildPermissionManager, _ as GuildTicketManager, a1 as GuildUserManager, a3 as LogManager, a9 as MessagesManager, ab as MinesGameManager, af as PlayerManager, ag as PlayerOption, aq as ShopManager, as as Structure, au as TicketPanelManager, aw as TournamentManager, az as VipMemberManager } from '../index-CAZ-9d8H.js';
|
|
2
2
|
import '../types/api/APIAdvert.js';
|
|
3
3
|
import '../types/api/APIAutomaticRole.js';
|
|
4
4
|
import '../types/api/APIBaseChannel.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as GuildPermissionManager } from '../../index-
|
|
1
|
+
export { T as GuildPermissionManager } from '../../index-CAZ-9d8H.js';
|
|
2
2
|
import '../../types/api/APIGuildPermissions.js';
|
|
3
3
|
import '../../types/api/APIAdvert.js';
|
|
4
4
|
import '../../types/api/APIAutomaticRole.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../types/api/APIPlayer.js';
|
|
2
|
-
export { af as PlayerManager, ag as PlayerOption, as as Structure } from '../../index-
|
|
2
|
+
export { af as PlayerManager, ag as PlayerOption, as as Structure } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
import '../../structures/Collection.js';
|
|
4
4
|
import '../../types/api/APIAdvert.js';
|
|
5
5
|
import '../../types/api/APIAutomaticRole.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { x as FetchReturn, au as TicketPanelManager } from '../../index-
|
|
1
|
+
export { x as FetchReturn, au as TicketPanelManager } from '../../index-CAZ-9d8H.js';
|
|
2
2
|
import '../../structures/Collection.js';
|
|
3
3
|
import '../../types/api/APIAdvert.js';
|
|
4
4
|
import '../../types/api/APIAutomaticRole.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../structures/Collection.js';
|
|
2
|
-
export { a1 as GuildUserManager } from '../../index-
|
|
2
|
+
export { a1 as GuildUserManager } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
import '../../types/api/APIAdvert.js';
|
|
4
4
|
import '../../types/api/APIAutomaticRole.js';
|
|
5
5
|
import '../../types/api/APIBaseChannel.js';
|
|
@@ -71,7 +71,7 @@ class GuildUserManager extends import_base.BaseManager {
|
|
|
71
71
|
url,
|
|
72
72
|
payload: { users: payloadUsers }
|
|
73
73
|
});
|
|
74
|
-
return this.
|
|
74
|
+
return this.setUpdated(response);
|
|
75
75
|
}
|
|
76
76
|
async deleteAll() {
|
|
77
77
|
const url = this.base_url;
|
|
@@ -91,6 +91,26 @@ class GuildUserManager extends import_base.BaseManager {
|
|
|
91
91
|
this.set(response);
|
|
92
92
|
return this.cache;
|
|
93
93
|
}
|
|
94
|
+
setUpdated(data) {
|
|
95
|
+
if (!data) return this.cache;
|
|
96
|
+
if (Array.isArray(data)) {
|
|
97
|
+
for (let _user of data) {
|
|
98
|
+
if (!_user.id) return;
|
|
99
|
+
const user = new import_GuildUser.GuildUser(_user, this);
|
|
100
|
+
this.cache.set(user.id, user);
|
|
101
|
+
this.rest.users.set(user.id, user);
|
|
102
|
+
this.rest.emit("userUpdate", user, this.guild);
|
|
103
|
+
}
|
|
104
|
+
return this.cache;
|
|
105
|
+
} else {
|
|
106
|
+
if (!data.id) return;
|
|
107
|
+
const user = new import_GuildUser.GuildUser(data, this);
|
|
108
|
+
this.cache.set(user.id, user);
|
|
109
|
+
this.rest.users.set(user.id, user);
|
|
110
|
+
this.rest.emit("userUpdate", user, this.guild);
|
|
111
|
+
return user;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
94
114
|
set(data) {
|
|
95
115
|
if (!data) return this.cache;
|
|
96
116
|
if (Array.isArray(data)) {
|
package/dist/rest/REST.d.ts
CHANGED
package/dist/rest/REST.js
CHANGED
|
@@ -105,7 +105,6 @@ class REST extends import_events.default {
|
|
|
105
105
|
import_Assertion.Assertion.assertString(this.clientKey);
|
|
106
106
|
import_Assertion.Assertion.assertString(url);
|
|
107
107
|
url = this.formatUrl(import_Routes.Routes.base + url);
|
|
108
|
-
console.log(url);
|
|
109
108
|
const headers = new import_undici.Headers();
|
|
110
109
|
headers.append("authorization", this.authKey);
|
|
111
110
|
headers.append("client_key", this.clientKey);
|
package/dist/rest/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { APIEndpoint, APIEndpoints } from './APIEndpoints.js';
|
|
2
2
|
export { Routes } from './Routes.js';
|
|
3
|
-
export { R as REST } from '../index-
|
|
3
|
+
export { R as REST } from '../index-CAZ-9d8H.js';
|
|
4
4
|
import '../structures/Collection.js';
|
|
5
5
|
import '../types/api/APIAdvert.js';
|
|
6
6
|
import '../types/api/APIAutomaticRole.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'discord-api-types/v10';
|
|
2
|
-
export { j as AutomaticMessage } from '../../index-
|
|
2
|
+
export { j as AutomaticMessage } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
import '../../types/api/APIAdvert.js';
|
|
4
4
|
import '../../types/api/APIAutomaticRole.js';
|
|
5
5
|
import '../../types/api/APIBaseChannel.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { j as AutomaticMessage, G as Guild, y as GuildBet, E as GuildBetUser, L as GuildMatch, P as GuildMediator, Y as GuildTicket, a0 as GuildUser, a2 as LogEntry, aa as MinesGame, ah as Product, ap as Shop, at as TicketPanel, av as Tournament, ay as VipMember } from '../index-
|
|
1
|
+
export { j as AutomaticMessage, G as Guild, y as GuildBet, E as GuildBetUser, L as GuildMatch, P as GuildMediator, Y as GuildTicket, a0 as GuildUser, a2 as LogEntry, aa as MinesGame, ah as Product, ap as Shop, at as TicketPanel, av as Tournament, ay as VipMember } from '../index-CAZ-9d8H.js';
|
|
2
2
|
export { Collection } from './Collection.js';
|
|
3
3
|
import '../types/api/APIAdvert.js';
|
|
4
4
|
import '../types/api/APIAutomaticRole.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'discord-api-types/v10';
|
|
2
|
-
export { ap as Shop } from '../../index-
|
|
2
|
+
export { ap as Shop } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
import '../../types/api/APIGuildShop.js';
|
|
4
4
|
import '../../types/api/APIAdvert.js';
|
|
5
5
|
import '../../types/api/APIAutomaticRole.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'discord-api-types/v10';
|
|
2
|
-
export { at as TicketPanel } from '../../index-
|
|
2
|
+
export { at as TicketPanel } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
import '../../types/api/APIAdvert.js';
|
|
4
4
|
import '../../types/api/APIAutomaticRole.js';
|
|
5
5
|
import '../../types/api/APIBaseChannel.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../structures/Collection.js';
|
|
2
|
-
export { ak as RequestOptions, al as RestEvents } from '../index-
|
|
2
|
+
export { ak as RequestOptions, al as RestEvents } from '../index-CAZ-9d8H.js';
|
|
3
3
|
import './api/APIAdvert.js';
|
|
4
4
|
import './api/APIAutomaticRole.js';
|
|
5
5
|
import './api/APIBaseChannel.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'discord-api-types/v10';
|
|
2
|
-
export { A as APIAutomaticMessage, l as AutomaticMessagePayload } from '../../index-
|
|
2
|
+
export { A as APIAutomaticMessage, l as AutomaticMessagePayload } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
import './APIAdvert.js';
|
|
4
4
|
import './APIAutomaticRole.js';
|
|
5
5
|
import './APIBaseChannel.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as APIGuild, m as AutomaticMessagesTypes, w as DailyCategories, I as GuildChannelsType, J as GuildLogsWebhookUrls, S as GuildModes, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Z as GuildTicketConfiguration, $ as GuildTimerTypes, am as RoulettePrize, an as RouletteSettings } from '../../index-
|
|
1
|
+
export { a as APIGuild, m as AutomaticMessagesTypes, w as DailyCategories, I as GuildChannelsType, J as GuildLogsWebhookUrls, S as GuildModes, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Z as GuildTicketConfiguration, $ as GuildTimerTypes, am as RoulettePrize, an as RouletteSettings } from '../../index-CAZ-9d8H.js';
|
|
2
2
|
import './APIAutomaticRole.js';
|
|
3
3
|
import './APIBuff.js';
|
|
4
4
|
import './APIGuildPermissions.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as APIGuildBet, r as BetChannelTypes, s as BetQueue } from '../../index-
|
|
1
|
+
export { b as APIGuildBet, r as BetChannelTypes, s as BetQueue } from '../../index-CAZ-9d8H.js';
|
|
2
2
|
import './APIBetChannel.js';
|
|
3
3
|
import './APIMessage.js';
|
|
4
4
|
import './APIPlayer.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { e as APIGuildMatch, M as GuildMatchChannelsType, O as GuildMatchMessagesType, a8 as MatchSelection } from '../../index-
|
|
1
|
+
export { e as APIGuildMatch, M as GuildMatchChannelsType, O as GuildMatchMessagesType, a8 as MatchSelection } from '../../index-CAZ-9d8H.js';
|
|
2
2
|
import './APIPlayer.js';
|
|
3
3
|
import './APIBaseChannel.js';
|
|
4
4
|
import './APIMessage.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { APIAdvert } from './APIAdvert.js';
|
|
2
|
-
export { A as APIAutomaticMessage, a as APIGuild, b as APIGuildBet, c as APIGuildBetUser, d as APIGuildGroupedChannel, e as APIGuildMatch, f as APIGuildUser, g as APITicketCategory, h as APITicketPanel, i as Accessory, l as AutomaticMessagePayload, m as AutomaticMessagesTypes, B as BETSTATUS, n as Banner, p as BaseMatchModes, q as BaseMatchStatus, r as BetChannelTypes, s as BetQueue, C as Confirm, D as Daily, w as DailyCategories, I as GuildChannelsType, J as GuildLogsWebhookUrls, M as GuildMatchChannelsType, O as GuildMatchMessagesType, S as GuildModes, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Z as GuildTicketConfiguration, $ as GuildTimerTypes, a4 as LogMessage, a5 as Logs, a6 as MATCHSTATUS, a7 as MATCHTYPES, a8 as MatchSelection, ac as Optional, ad as OriginalChannel, ae as OriginalChannels, ai as Profile, aj as ProfileCard, am as RoulettePrize, an as RouletteSettings, ao as STATES, ar as StatusResponse, ax as UserAccessoryType } from '../../index-
|
|
2
|
+
export { A as APIAutomaticMessage, a as APIGuild, b as APIGuildBet, c as APIGuildBetUser, d as APIGuildGroupedChannel, e as APIGuildMatch, f as APIGuildUser, g as APITicketCategory, h as APITicketPanel, i as Accessory, l as AutomaticMessagePayload, m as AutomaticMessagesTypes, B as BETSTATUS, n as Banner, p as BaseMatchModes, q as BaseMatchStatus, r as BetChannelTypes, s as BetQueue, C as Confirm, D as Daily, w as DailyCategories, I as GuildChannelsType, J as GuildLogsWebhookUrls, M as GuildMatchChannelsType, O as GuildMatchMessagesType, S as GuildModes, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Z as GuildTicketConfiguration, $ as GuildTimerTypes, a4 as LogMessage, a5 as Logs, a6 as MATCHSTATUS, a7 as MATCHTYPES, a8 as MatchSelection, ac as Optional, ad as OriginalChannel, ae as OriginalChannels, ai as Profile, aj as ProfileCard, am as RoulettePrize, an as RouletteSettings, ao as STATES, ar as StatusResponse, ax as UserAccessoryType } from '../../index-CAZ-9d8H.js';
|
|
3
3
|
export { APIAutomaticRole, AutomaticRolesTypes } from './APIAutomaticRole.js';
|
|
4
4
|
export { APIBaseChannel } from './APIBaseChannel.js';
|
|
5
5
|
export { APIBetChannel } from './APIBetChannel.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as APIAutomaticMessage, a as APIGuild, b as APIGuildBet, c as APIGuildBetUser, d as APIGuildGroupedChannel, e as APIGuildMatch, f as APIGuildUser, g as APITicketCategory, h as APITicketPanel, i as Accessory, l as AutomaticMessagePayload, m as AutomaticMessagesTypes, B as BETSTATUS, n as Banner, p as BaseMatchModes, q as BaseMatchStatus, r as BetChannelTypes, s as BetQueue, C as Confirm, D as Daily, w as DailyCategories, I as GuildChannelsType, J as GuildLogsWebhookUrls, M as GuildMatchChannelsType, O as GuildMatchMessagesType, S as GuildModes, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Z as GuildTicketConfiguration, $ as GuildTimerTypes, a4 as LogMessage, a5 as Logs, a6 as MATCHSTATUS, a7 as MATCHTYPES, a8 as MatchSelection, ac as Optional, ad as OriginalChannel, ae as OriginalChannels, ai as Profile, aj as ProfileCard, ak as RequestOptions, al as RestEvents, am as RoulettePrize, an as RouletteSettings, ao as STATES, ar as StatusResponse, ax as UserAccessoryType } from '../index-
|
|
1
|
+
export { A as APIAutomaticMessage, a as APIGuild, b as APIGuildBet, c as APIGuildBetUser, d as APIGuildGroupedChannel, e as APIGuildMatch, f as APIGuildUser, g as APITicketCategory, h as APITicketPanel, i as Accessory, l as AutomaticMessagePayload, m as AutomaticMessagesTypes, B as BETSTATUS, n as Banner, p as BaseMatchModes, q as BaseMatchStatus, r as BetChannelTypes, s as BetQueue, C as Confirm, D as Daily, w as DailyCategories, I as GuildChannelsType, J as GuildLogsWebhookUrls, M as GuildMatchChannelsType, O as GuildMatchMessagesType, S as GuildModes, U as GuildPrices, V as GuildScores, W as GuildStatus, X as GuildStatusEnum, Z as GuildTicketConfiguration, $ as GuildTimerTypes, a4 as LogMessage, a5 as Logs, a6 as MATCHSTATUS, a7 as MATCHTYPES, a8 as MatchSelection, ac as Optional, ad as OriginalChannel, ae as OriginalChannels, ai as Profile, aj as ProfileCard, ak as RequestOptions, al as RestEvents, am as RoulettePrize, an as RouletteSettings, ao as STATES, ar as StatusResponse, ax as UserAccessoryType } from '../index-CAZ-9d8H.js';
|
|
2
2
|
export { APIAdvert } from './api/APIAdvert.js';
|
|
3
3
|
export { APIAutomaticRole, AutomaticRolesTypes } from './api/APIAutomaticRole.js';
|
|
4
4
|
export { APIBaseChannel } from './api/APIBaseChannel.js';
|