Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkatGabrielGoncalves committed Oct 26, 2024
1 parent 8a1139f commit f67e60b
Show file tree
Hide file tree
Showing 3 changed files with 848 additions and 764 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jsdom": "^22.1.0",
"libsodium-wrappers": "^0.7.9",
"log4js": "^6.6.1",
"mysql2": "^2.3.0",
"mysql2": "^2.3.3",
"pg": "^8.7.1",
"sequelize": "^6.6.5",
"source-map-support": "^0.5.21",
Expand All @@ -36,7 +36,7 @@
"@types/source-map-support": "^0.5.6",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"discord-api-types": "^0.37.93",
"discord-api-types": "^0.37.103",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/misc/commands/embeds/helpEmbed.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { APIEmbedField } from 'discord-api-types';
import { APIEmbedField } from 'discord-api-types/v10';
import { EmbedBuilder as MessageEmbed } from 'discord.js';
import { ICommand, ICustomClient } from '../../../../interfaces/customInterfaces';

Expand Down
Loading

0 comments on commit f67e60b

Please sign in to comment.