Socket
Socket
Sign inDemoInstall

@notenoughupdates/discord-akairo

Package Overview
Dependencies
1
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0 to 10.0.1

2

dist/package.json
{
"name": "@notenoughupdates/discord-akairo",
"version": "10.0.0",
"version": "10.0.1",
"description": "A highly customizable bot framework for Discord.js.",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

{
"name": "@notenoughupdates/discord-akairo",
"version": "10.0.0",
"version": "10.0.1",
"description": "A highly customizable bot framework for Discord.js.",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

import {
CategoryChannel,
Collection,
DirectoryChannel,
Emoji,
Guild,
GuildBasedChannel,
GuildChannel,
GuildEmoji,
GuildMember,
Invite,
Message,
NewsChannel,
Role,
Snowflake,
StageChannel,
TextBasedChannel,
TextChannel,
ThreadChannel,
User,
VoiceBasedChannel,
VoiceChannel
type CategoryChannel,
type Collection,
type DirectoryChannel,
type Emoji,
type ForumChannel,
type Guild,
type GuildBasedChannel,
type GuildChannel,
type GuildEmoji,
type GuildMember,
type Invite,
type Message,
type NewsChannel,
type Role,
type Snowflake,
type StageChannel,
type TextBasedChannel,
type TextChannel,
type ThreadChannel,
type User,
type VoiceBasedChannel,
type VoiceChannel
} from "discord.js";

@@ -1042,4 +1043,4 @@ import type { URL } from "node:url";

directoryChannels: Collection<Snowflake, DirectoryChannel> | null;
forumChannel: unknown | null;
forumChannels: Collection<Snowflake, unknown> | null;
forumChannel: ForumChannel | null;
forumChannels: Collection<Snowflake, ForumChannel> | null;
textBasedChannel: TextBasedChannel | null;

@@ -1046,0 +1047,0 @@ textBasedChannels: Collection<Snowflake, TextBasedChannel> | null;

import {
ChannelType,
Collection,
ForumChannel,
type CategoryChannel,

@@ -299,5 +300,5 @@ type DirectoryChannel,

[ArgumentTypes.FORUM_CHANNEL]: this.singleChannelBuiltInType<any>(ChannelType.GuildForum),
[ArgumentTypes.FORUM_CHANNEL]: this.singleChannelBuiltInType<ForumChannel>(ChannelType.GuildForum),
[ArgumentTypes.FORUM_CHANNELS]: this.multipleChannelBuiltInType<any>(ChannelType.GuildForum),
[ArgumentTypes.FORUM_CHANNELS]: this.multipleChannelBuiltInType<ForumChannel>(ChannelType.GuildForum),

@@ -304,0 +305,0 @@ [ArgumentTypes.TEXT_BASED_CHANNEL]: (message, phrase) => {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc