From 711e6d48fb7732db034a29a1f51bcd6ef42219a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 3 Sep 2021 04:33:19 +0300 Subject: [PATCH] Updated messages.js --- src/client/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/messages.js b/src/client/messages.js index 89873db..c0b01af 100644 --- a/src/client/messages.js +++ b/src/client/messages.js @@ -11,7 +11,7 @@ module.exports = { inviteTitle: "Invite %client.user.username% to your Discord server!", listTitle: "Radio Stations", nowplayingTitle: "Now Playing", - nowplayingDescription: "**%radio.station.name%**" + "\n"+ "Owner: %radio.station.owner%" + "\n" + "%client.funcs.msToTime(completed)%", + nowplayingDescription: "**%radio.station.name%**" + "\n" + "Owner: %radio.station.owner%" + "\n" + "%client.funcs.msToTime(completed)%", 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.",