From 6413a7042fa4dafc7597957de0ad557ed0170a76 Mon Sep 17 00:00:00 2001 From: Chocolate <36717883+khay12@users.noreply.github.com> Date: Fri, 4 May 2018 17:50:09 +0800 Subject: [PATCH] Fixed !roletip --- bot/modules/tipbot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index ac55712..2e9896f 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -34,7 +34,7 @@ exports.tip = { author: { name: '!tip' } } }, - channelwarning = 'Please use <#' + spamchannel + '> or DMs to talk to bots.'; + channelwarning = 'Please use <#' + spamchannel + '> or DMs to talk to bots.', MultiorRole = false; switch (subcommand) { case 'help': @@ -79,7 +79,7 @@ exports.multitip = { author: { name: '!multitip' } } }, - channelwarning = 'Please use <#' + spamchannel + '> or DMs to talk to bots.'; + channelwarning = 'Please use <#' + spamchannel + '> or DMs to talk to bots.', MultiorRole = true switch (subcommand) { case 'help': @@ -116,7 +116,7 @@ exports.roletip = { author: { name: '!roletip' } } }, - channelwarning = `Please use <#${spamchannel}> or DMs to talk to bots.`; + channelwarning = `Please use <#${spamchannel}> or DMs to talk to bots.`, MultiorRole = true switch (subcommand) { case 'help':