no more war

This commit is contained in:
Alex 2020-05-25 20:24:23 -05:00
parent d1749c7760
commit a4e30196be
1 changed files with 2 additions and 1 deletions

View File

@ -168,6 +168,7 @@ client.on("message", async message => {
else {
return message.reply("you can add quotes by running `?quote add <person> Quote goes here`");
};
};
////////////////////////////////////////////////////////////////////////////////
if (command === "version") {
return message.channel.send(`\`\`\`\
@ -180,7 +181,7 @@ client.on("message", async message => {
||----w |\n \
|| ||\n \
\`\`\``)
}
};