diff options
Diffstat (limited to 'Commands')
| -rw-r--r-- | Commands/pause.js | 2 |
1 files changed, 1 insertions, 1 deletions
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') |
