Merge soundboard and airhorn, aliases, improve command formats

This commit is contained in:
Daniel Odendahl Jr
2018-07-02 00:46:07 +00:00
parent a96b8f1667
commit 0d453ff5e1
23 changed files with 11 additions and 52 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ module.exports = class NekoAtsumePasswordCommand extends Command {
The current Neko Atsume password is **${data.password}**.
It will expire in **${duration(data.expires - data.date)}**.
${data.gold} ${this.goldFish}
${data.silver} ${this.silverFish}
${data.gold} ${this.goldFish} ${data.silver} ${this.silverFish}
`);
} catch (err) {
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);