mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 23:46:26 -05:00
hjgcljcgultd
This commit is contained in:
parent
9239d10a6f
commit
b28ed796d6
@ -149,7 +149,7 @@ client.on("message", async message => {
|
|||||||
if(selector === "add") {
|
if(selector === "add") {
|
||||||
args.shift();
|
args.shift();
|
||||||
quoteadd = args;
|
quoteadd = args;
|
||||||
quotes.quotes.push(stringify(quotes));
|
quotes.quotes.push(stringify(quoteadd));
|
||||||
fs.writeFile(`${homedir}/quotes.json`, JSON.stringify(quotes), (err) => {
|
fs.writeFile(`${homedir}/quotes.json`, JSON.stringify(quotes), (err) => {
|
||||||
if (err) return message.reply("Something went wrong");
|
if (err) return message.reply("Something went wrong");
|
||||||
client.channels.cache.get('712084662033580064').send(`${message.member} has submitted ${quoteadd} to the quote repository`);
|
client.channels.cache.get('712084662033580064').send(`${message.member} has submitted ${quoteadd} to the quote repository`);
|
||||||
|
Loading…
Reference in New Issue
Block a user