From 3ad80310d1db0a1aabab7e49423089ff70e7dc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 30 Mar 2020 04:26:07 +0300 Subject: [PATCH] Changed word in messages.noVoiceChannel to radio instead of music. --- struct/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/struct/messages.js b/struct/messages.js index ca95200..d36c502 100644 --- a/struct/messages.js +++ b/struct/messages.js @@ -14,7 +14,7 @@ module.exports = { listTitle: "Radio Stations", nowplayingTitle: "Now Playing", nowplayingDescription: "**%radio.station.name%** \n Owner: %radio.station.owner% \n %msToTime(completed, \"hh:mm:ss\")%", - noVoiceChannel: "You need to be in a voice channel to play music!", + noVoiceChannel: "You need to be in a voice channel to play radio!", noQuery: "You need to use a number or search for a supported station!", noPermsConnect: "I cannot connect to your voice channel.", noPermsSpeak: "I cannot speak in your voice channel.",