oceanic.js 1.5.2-dev.9e82d81 → 1.5.2-dev.df03c89
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/lib/types/guilds.d.ts +0 -6
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -637,12 +637,6 @@ export interface RawUnavailableGuild {
|
|
|
637
637
|
unavailable: true;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
-
export interface RawGuild {
|
|
641
|
-
afkChannelID: string | null;
|
|
642
|
-
afkTimeout: number;
|
|
643
|
-
applicationID: string | null;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
640
|
export type PossiblyUncachedIntegration = Integration | { applicationID?: string; id: string; };
|
|
647
641
|
|
|
648
642
|
export interface RawStageInstance {
|
package/dist/package.json
CHANGED