Skip to content

Commit

Permalink
Bump discord.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Sep 13, 2024
1 parent 6f0d2fd commit f6c02b2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "module",
"dependencies": {
"chalk": "^5.3.0",
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"express": "^4.21.0",
"express-session": "^1.18.0",
"node-cache": "^5.1.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Discord/Handlers/ButtonHandler.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Button from '../Private/Button';
import DiscordManager from '../DiscordManager';
import Embed from '../Private/Embed';
import SpotifyManagerError from '../../Private/Error';
import { ButtonInteraction, Collection } from 'discord.js';
import { readdirSync } from 'fs';
import SpotifyManagerError from '../../Private/Error';
import Embed from '../Private/Embed';

class ButtonHandler {
readonly discord: DiscordManager;
Expand Down
4 changes: 2 additions & 2 deletions src/Discord/Handlers/CommandHandler.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Command from '../Private/Command';
import DiscordManager from '../DiscordManager';
import { BaseMessageOptions, ChatInputCommandInteraction, Collection, REST, Routes } from 'discord.js';
import { readdirSync } from 'fs';
import Embed from '../Private/Embed';
import SpotifyManagerError from '../../Private/Error';
import { ChatInputCommandInteraction, Collection, REST, Routes } from 'discord.js';
import { readdirSync } from 'fs';

class CommandHancler {
readonly discord: DiscordManager;
Expand Down

0 comments on commit f6c02b2

Please sign in to comment.