oceanic.js 1.2.1-dev.0c7bb27 → 1.2.1-dev.643a614

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/index.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Shard = exports.SequentialBucket = exports.Routes = exports.Role = exports.RESTManager = exports.PublicThreadChannel = exports.PrivateThreadChannel = exports.PrivateChannel = exports.PingInteraction = exports.PermissionOverwrite = exports.Permission = exports.PartialApplication = exports.OAuth = exports.ModalSubmitInteraction = exports.Message = exports.Member = exports.Invite = exports.InteractionOptionsWrapper = exports.InteractionResolvedChannel = exports.Integration = exports.GuildTemplate = exports.GuildScheduledEvent = exports.GuildPreview = exports.GuildChannel = exports.Guild = exports.GroupChannel = exports.GatewayError = exports.ForumChannel = exports.ExtendedUser = exports.DiscordRESTError = exports.DiscordHTTPError = exports.ComponentInteraction = exports.Collection = exports.CommandInteraction = exports.Constants = exports.ClientApplication = exports.Client = exports.CategoryChannel = exports.Bucket = exports.Base = exports.AutoModerationRule = exports.AutocompleteInteraction = exports.AuditLogEntry = exports.Attachment = exports.ApplicationCommand = exports.Application = exports.AnnouncementThreadChannel = exports.AnnouncementChannel = exports.Interaction = exports.Channel = void 0;
4
4
  exports.Webhook = exports.VoiceState = exports.VoiceChannel = exports.Util = exports.User = exports.UnavailableGuild = exports.TypedEmitter = exports.TypedCollection = exports.ThreadChannel = exports.TextChannel = exports.TextableChannel = exports.Team = exports.StageInstance = exports.StageChannel = exports.ShardManager = void 0;
5
5
  const tslib_1 = require("tslib");
6
- tslib_1.// Channel and Interaction MUST be at the top due to circular imports
6
+ // Channel and Interaction MUST be at the top due to circular imports
7
7
  var Channel_1 = require("./structures/Channel");
8
8
  Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return tslib_1.__importDefault(Channel_1).default; } });
9
9
  var Interaction_1 = require("./structures/Interaction");
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.2.1-dev.0c7bb27",
3
+ "version": "1.2.1-dev.643a614",
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.2.1-dev.0c7bb27",
3
+ "version": "1.2.1-dev.643a614",
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",