aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey <32907415+thepokesudenk@users.noreply.github.com>2017-10-29 22:46:46 -0400
committerAlee14 <Alee14498@gmail.com>2017-10-29 22:46:46 -0400
commit6362ba283bb5f3ffbfa598e012ead67e6b7bc445 (patch)
tree00a7d07d4247ee00a9270f1f29383f69ca27a5b8
parente9166ce84927aa8e489d25f9e07520f96aa7fc32 (diff)
downloadAstralQuote-ATC-6362ba283bb5f3ffbfa598e012ead67e6b7bc445.tar.gz
AstralQuote-ATC-6362ba283bb5f3ffbfa598e012ead67e6b7bc445.tar.bz2
AstralQuote-ATC-6362ba283bb5f3ffbfa598e012ead67e6b7bc445.zip
Added some quotes (#1)
-rw-r--r--bot.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index 069514a..3cbed83 100644
--- a/bot.js
+++ b/bot.js
@@ -277,6 +277,22 @@ function GetQuoteOfTheDay(quoteNum = -1) {
year = "2017";
url = "https://www.example.com/"; //TODO: Find a URL
break;
+ case 33:
+ author = "PieLover12";
+ authorImage = "https://cdn.discordapp.com/avatars/344630031303311371/d84ae603ee53a5b54f7b78bcb4f733f2.png?size=2048";
+ quote = "DIE YOU LOOK LIKE TINY GIRL";
+ year = "2017";
+ url = "https://www.example.com/"; //TODO: Find a URL
+ break;
+ case 33:
+ author = "Victor Tran";
+ authorImage = "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg";
+ quote = "(there is a :middle_finger: emoji sitting in Gboard now after my brother sent that to Google Assistant";
+ year = "2017";
+ url = "https://www.example.com/"; //TODO: Find a URL
+ break;
+
+
}