diff options
Diffstat (limited to 'commands/about.js')
| -rw-r--r-- | commands/about.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/about.js b/commands/about.js index e102a3e..23c750e 100644 --- a/commands/about.js +++ b/commands/about.js @@ -22,7 +22,7 @@ import { EmbedBuilder, version, ActionRowBuilder, ButtonBuilder, ButtonStyle, SlashCommandBuilder } from 'discord.js'; // import npmPackage from '../package.json' assert { type:'json' } import { readFileSync } from 'node:fs'; -const npmPackage = JSON.parse(readFileSync('./package.json')); +const npmPackage = JSON.parse(readFileSync('./package.json', 'utf-8')); export default { data: new SlashCommandBuilder() |
