chore: update templates for create-discord-bot

This commit is contained in:
Vlad Frangu
2024-05-04 19:47:42 +03:00
parent a84086194e
commit 840dc565cd
5 changed files with 9 additions and 9 deletions

View File

@@ -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.14.1';
import { Client, GatewayIntentBits } from 'npm:discord.js@^14.15.0';
import { loadCommands, loadEvents } from './util/loaders.ts';
import { registerEvents } from './util/registerEvents.ts';