From 18f0b9d60c44f69fad6eb4716659c79f08f46711 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 29 Mar 2022 00:03:42 -0400 Subject: Permission system on certain commands --- AudioBackend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AudioBackend.js') diff --git a/AudioBackend.js b/AudioBackend.js index c53c57e..e3e31cc 100644 --- a/AudioBackend.js +++ b/AudioBackend.js @@ -43,7 +43,7 @@ export function voiceInit(bot) { }); connection.on(VoiceConnectionStatus.Ready, () => { - console.log('Ready to blast music!'); + console.log('Ready to blast some beats!'); }); connection.on(VoiceConnectionStatus.Destroyed, () => { @@ -51,7 +51,7 @@ export function voiceInit(bot) { }); player.on('idle', () => { - console.log("Music has finished playing, shuffling music...") + console.log("Music has finished playing, shuffling the beats...") playAudio(bot); }) -- cgit v1.2.3