Fixed !roletip #28
1 changed files with 3 additions and 3 deletions
|
@ -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':
|
||||||
|
|
Loading…
Reference in a new issue