forked from Supositware/Haha-Yes
Moved to utility and now output what the autoresponse is
This commit is contained in:
parent
50c73ddc0c
commit
7c613b8f00
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ module.exports = class CustomResponseCommand extends Command {
|
|||
}
|
||||
})}});
|
||||
|
||||
return message.say(`autoresponse have been set`);
|
||||
return message.say(`autoresponse have been set to ${trigger} : ${response}`);
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue