mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-23 16:57:24 +00:00
Fixed !roletip
This commit is contained in:
parent
510c2399d6
commit
6413a7042f
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…
Add table
Reference in a new issue