Fixed !roletip #28

Merged
cryptobot123 merged 2 commits from master into master 2018-05-04 12:15:24 +02:00
Showing only changes of commit 6413a7042f - Show all commits

View file

@ -34,7 +34,7 @@ exports.tip = {
author: { name: '!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; MultiorRole = false;
switch (subcommand) { switch (subcommand) {
case 'help': case 'help':
@ -79,7 +79,7 @@ exports.multitip = {
author: { name: '!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 MultiorRole = true
switch (subcommand) { switch (subcommand) {
case 'help': case 'help':
@ -116,7 +116,7 @@ exports.roletip = {
author: { name: '!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 MultiorRole = true
switch (subcommand) { switch (subcommand) {
case 'help': case 'help':