allows newlines
This commit is contained in:
@ -4,8 +4,7 @@ export default bot => {
|
||||
f: e => {
|
||||
if(e.args[0] && [...bot._trigger.keys()].includes(e.args[0])) {
|
||||
const help = bot._trigger.get(e.args[0]).help;
|
||||
e.reply(help.text);
|
||||
e.reply(`usage: ${help.usage}`);
|
||||
e.reply(`${help.text}\nusage: ${help.usage}`);
|
||||
}
|
||||
else {
|
||||
let triggers = [];
|
||||
|
Reference in New Issue
Block a user