File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
packages/create-discord-bot/template Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1111 "start" : " bun run src/index.[REPLACE_IMPORT_EXT]"
1212 },
1313 "dependencies" : {
14- "@discordjs/core" : " ^2.2.0 " ,
15- "discord.js" : " ^14.21 .0"
14+ "@discordjs/core" : " ^2.2.1 " ,
15+ "discord.js" : " ^14.22 .0"
1616 },
1717 "devDependencies" : {
1818 "eslint" : " ^9.30.1" ,
Original file line number Diff line number Diff line change 1111 "start" : " bun run src/index.[REPLACE_IMPORT_EXT]"
1212 },
1313 "dependencies" : {
14- "@discordjs/core" : " ^2.2.0 " ,
15- "discord.js" : " ^14.21 .0"
14+ "@discordjs/core" : " ^2.2.1 " ,
15+ "discord.js" : " ^14.22 .0"
1616 },
1717 "devDependencies" : {
1818 "@sapphire/ts-config" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 1- import type { RESTPostAPIApplicationCommandsJSONBody , CommandInteraction } from 'npm:discord.js@^14.20 .0' ;
1+ import type { RESTPostAPIApplicationCommandsJSONBody , CommandInteraction } from 'npm:discord.js@^14.22 .0' ;
22import { z } from 'npm:zod@^3.24.1' ;
33import type { StructurePredicate } from '../util/loaders.ts' ;
44
Original file line number Diff line number Diff line change 1- import type { ClientEvents } from 'npm:discord.js@^14.20 .0' ;
1+ import type { ClientEvents } from 'npm:discord.js@^14.22 .0' ;
22import { z } from 'npm:zod@^3.24.1' ;
33import type { StructurePredicate } from '../util/loaders.ts' ;
44
Original file line number Diff line number Diff line change 1- import { Events } from 'npm:discord.js@^14.20 .0' ;
1+ import { Events } from 'npm:discord.js@^14.22 .0' ;
22import type { Event } from './index.ts' ;
33import { loadCommands } from '../util/loaders.ts' ;
44
Original file line number Diff line number Diff line change 1- import { Events } from 'npm:discord.js@^14.20 .0' ;
1+ import { Events } from 'npm:discord.js@^14.22 .0' ;
22import type { Event } from './index.ts' ;
33
44export default {
Original file line number Diff line number Diff line change 11import 'https://deno.land/[email protected] /dotenv/load.ts' ; 22import { URL } from 'node:url' ;
3- import { Client , GatewayIntentBits } from 'npm:discord.js@^14.20 .0' ;
3+ import { Client , GatewayIntentBits } from 'npm:discord.js@^14.22 .0' ;
44import { loadEvents } from './util/loaders.ts' ;
55
66// Initialize the client
Original file line number Diff line number Diff line change 11import 'https://deno.land/[email protected] /dotenv/load.ts' ; 22import { URL } from 'node:url' ;
3- import { API } from 'npm:@discordjs/core@^2.1 .1/http-only' ;
4- import { REST } from 'npm:discord.js@^14.20 .0' ;
3+ import { API } from 'npm:@discordjs/core@^2.2 .1/http-only' ;
4+ import { REST } from 'npm:discord.js@^14.22 .0' ;
55import { loadCommands } from './loaders.ts' ;
66
77const commands = await loadCommands ( new URL ( '../commands/' , import . meta. url ) ) ;
Original file line number Diff line number Diff line change 1111 "deploy" : " node --env-file=.env src/util/deploy.js"
1212 },
1313 "dependencies" : {
14- "@discordjs/core" : " ^2.2.0 " ,
15- "discord.js" : " ^14.21 .0"
14+ "@discordjs/core" : " ^2.2.1 " ,
15+ "discord.js" : " ^14.22 .0"
1616 },
1717 "devDependencies" : {
1818 "eslint" : " ^9.30.1" ,
Original file line number Diff line number Diff line change 1212 "start" : " node --env-file=.env dist/index.js"
1313 },
1414 "dependencies" : {
15- "@discordjs/core" : " ^2.2.0 " ,
16- "discord.js" : " ^14.21 .0"
15+ "@discordjs/core" : " ^2.2.1 " ,
16+ "discord.js" : " ^14.22 .0"
1717 },
1818 "devDependencies" : {
1919 "@sapphire/ts-config" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments