diff --git a/index.js b/index.js index 2bdc05d..3a3ecb8 100644 --- a/index.js +++ b/index.js @@ -157,7 +157,7 @@ bot.addListener('error', function (message) { * @param {Boolean} dontDisplayRadio */ const botSay = (where, what, dontDisplayRadio) => { - const message = `${(!dontDisplayRadio ? `${process.env.RADIO_ALIAS} : ` : '')} ${what}` + const message = `${(!dontDisplayRadio ? `${process.env.RADIO_ALIAS} : ` : '')}${what}` bot.say(where, message) }