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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.5.2-dev.9e82d81",
3
+ "version": "1.5.2-dev.df03c89",
4
4
  "description": "A NodeJS library for interfacing 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": "oceanic.js",
3
- "version": "1.5.2-dev.9e82d81",
3
+ "version": "1.5.2-dev.df03c89",
4
4
  "description": "A NodeJS library for interfacing with Discord.",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",