diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-03-12 01:26:15 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-03-12 01:33:31 -0500 |
| commit | a8c22eda0c6ab57b71541da27e2f1a500262d4ab (patch) | |
| tree | 9c77885a8065bae2ce38c7c81e1b00a6f5a17ae1 /Commands | |
| parent | c520d84a0e3755557f0c8bb47d691fd2beb89c26 (diff) | |
| download | DLAP-a8c22eda0c6ab57b71541da27e2f1a500262d4ab.tar.gz DLAP-a8c22eda0c6ab57b71541da27e2f1a500262d4ab.tar.bz2 DLAP-a8c22eda0c6ab57b71541da27e2f1a500262d4ab.zip | |
Fixed some issues and updated packages
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') |
