mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
feat: bump package versions (#9951)
* feat: bump package versions * chore(create-discord-bot): release create-discord-bot@0.2.3 --------- Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { RESTPostAPIApplicationCommandsJSONBody, CommandInteraction } from 'npm:discord.js@^14.13.0';
|
||||
import type { RESTPostAPIApplicationCommandsJSONBody, CommandInteraction } from 'npm:discord.js@^14.14.0';
|
||||
import type { StructurePredicate } from '../util/loaders.ts';
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ClientEvents } from 'npm:discord.js@^14.13.0';
|
||||
import type { ClientEvents } from 'npm:discord.js@^14.14.0';
|
||||
import type { StructurePredicate } from '../util/loaders.ts';
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Events } from 'npm:discord.js@^14.13.0';
|
||||
import { Events } from 'npm:discord.js@^14.14.0';
|
||||
import type { Event } from './index.ts';
|
||||
|
||||
export default {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import 'https://deno.land/std@0.199.0/dotenv/load.ts';
|
||||
import { URL } from 'node:url';
|
||||
import { Client, GatewayIntentBits } from 'npm:discord.js@^14.13.0';
|
||||
import { Client, GatewayIntentBits } from 'npm:discord.js@^14.14.0';
|
||||
import { loadCommands, loadEvents } from './util/loaders.ts';
|
||||
import { registerEvents } from './util/registerEvents.ts';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import 'https://deno.land/std@0.199.0/dotenv/load.ts';
|
||||
import { URL } from 'node:url';
|
||||
import { API } from 'npm:@discordjs/core@^1.0.1/http-only';
|
||||
import { REST } from 'npm:discord.js@^14.13.0';
|
||||
import { API } from 'npm:@discordjs/core@^1.1.0/http-only';
|
||||
import { REST } from 'npm:discord.js@^14.14.0';
|
||||
import { loadCommands } from './loaders.ts';
|
||||
|
||||
const commands = await loadCommands(new URL('../commands/', import.meta.url));
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Events, type Client } from 'npm:discord.js@^14.13.0';
|
||||
import { Events, type Client } from 'npm:discord.js@^14.14.0';
|
||||
import type { Command } from '../commands/index.ts';
|
||||
import type { Event } from '../events/index.ts';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user