From 717a359fcaf020b40e55b01829c02c2992af4a2c Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 12 May 2018 16:35:22 -0400 Subject: Changes --- bot_discord.js | 1 + storage/quotes.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/bot_discord.js b/bot_discord.js index be290cb..a926469 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -201,6 +201,7 @@ client.on('ready', () => { client.on('guildCreate', guild => { log(`[i] New guild joined: ${guild.name} (id: ${guild.id}). This guild has ${guild.memberCount} members!`); + message.author.send(':wave: Hello! Thanks for inviting AleeBot!\nFor help type `ab:help`, and if you want to set the prefix `ab:setprefix [prefix]`') }); diff --git a/storage/quotes.json b/storage/quotes.json index b953e2f..da75c9c 100644 --- a/storage/quotes.json +++ b/storage/quotes.json @@ -209,6 +209,13 @@ "quote" : "Victor finally swore\nAnd I was like \"HOLY SHIT\"", "year" : "2018", "url" : "https://www.example.com/" + }, + { + "author" : "Zac Bowden", + "authorImage" : "https://pbs.twimg.com/profile_images/963331874503430144/NTv0Dlaj_400x400.jpg", + "quote" : "We can happily move on to Windows 11, Windows 10 is now done and dusted", + "year" : "2018", + "url" : "https://www.example.com/" } ] -- cgit v1.2.3