Skip to content

Commit 4fb911a

Browse files
committed
little update
1 parent 410833f commit 4fb911a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async function execute(name, interaction) {
162162
musicPlayer.toggleSpeech(interaction);
163163
break;
164164
case "lyrics":
165-
//interaction.reply({ content: "This function is currently disabled :/", ephemeral: true });
165+
if (config.disableLyrics) {interaction.reply({ content: "This function is currently disabled :/", ephemeral: true });return;}
166166
musicPlayer.lyrics(interaction);
167167
break;
168168
default:

update.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ git pull origin $branch
55
npm install
66
cp update-backup-config.json ./config.json
77
node command-deployer.js
8+
unlink update-backup-config.json

0 commit comments

Comments
 (0)