From a8c22eda0c6ab57b71541da27e2f1a500262d4ab Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 12 Mar 2023 01:26:15 -0500 Subject: Fixed some issues and updated packages --- Commands/pause.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Commands') diff --git a/Commands/pause.js b/Commands/pause.js index 51376cd..9e6026c 100644 --- a/Commands/pause.js +++ b/Commands/pause.js @@ -23,7 +23,7 @@ import { SlashCommandBuilder } from 'discord.js'; import { toggleAudioState, isAudioStatePaused } from '../AudioBackend/AudioControl.js'; import { PermissionFlagsBits } from 'discord-api-types/v10'; import { readFileSync } from 'node:fs'; -const { djRole } = JSON.parse(readFileSync('./config.json', 'utf-8')); +const { djRole, ownerID } = JSON.parse(readFileSync('./config.json', 'utf-8')); export default { data: new SlashCommandBuilder() .setName('pause') -- cgit v1.2.3