This commit is contained in:
Alex 2020-05-24 14:05:56 -05:00
parent 3bb8fc6d76
commit 95e85be5de
1 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ const readline = require('readline');
const {google} = require('googleapis'); const {google} = require('googleapis');
const fetch = require('isomorphic-fetch'); const fetch = require('isomorphic-fetch');
const TOKEN_PATH = 'token.json'; //importing files
const config = require("./config.json"); const config = require("./config.json");
// This is making clients // This is making clients
const client = new Discord.Client(); const client = new Discord.Client();
@ -150,11 +150,11 @@ client.on("message", async message => {
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
if(command === "quote") { if(command === "quote") {
if(toLowerCase(args[0]) === "add") { if(toLowerCase(args[0]) === "add") {
let quote = args.shift() let quote = args.shift();
const quotes = require('~/.quotes.json'); const quotes = require('~/.quotes.json');
} };
} };
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
if (command === "version") { if (command === "version") {
return message.channel.send("```\ return message.channel.send("```\