mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-11-15 16:55:55 -05:00
Merge branch 'master' into dev
This commit is contained in:
commit
5a42a3e11a
@ -144,6 +144,7 @@ client.on("message", async message => {
|
||||
if(command === "quote") {
|
||||
let quotes = require(`../quotes.json`);
|
||||
var quoteadd = "";
|
||||
|
||||
var selector;
|
||||
try{
|
||||
selector = args[0].toLowerCase();
|
||||
@ -167,7 +168,6 @@ 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(`\`\`\`\
|
||||
|
Loading…
Reference in New Issue
Block a user