From d17ab5f195e9e9e622987846c5a3f6bf298b2088 Mon Sep 17 00:00:00 2001 From: SonExo Date: Sat, 1 Oct 2022 21:07:09 +0700 Subject: [PATCH 1/3] Update ready.js --- events/ready.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/ready.js b/events/ready.js index 49e5898..477406f 100644 --- a/events/ready.js +++ b/events/ready.js @@ -2,7 +2,7 @@ module.exports = async (client) => { const activity_list = [ [`JavaScript`, "PLAYING", "idle"], - ["bacotan-wibu.com", "LISTENING","idle"], + ["Hello World", "LISTENING","idle"], ["Attack on Titan", "WATCHING","idle"] ]; From 204a2fe9578e8507ac34e42c5ab3afb639c20c94 Mon Sep 17 00:00:00 2001 From: SonExo Date: Sat, 1 Oct 2022 21:08:05 +0700 Subject: [PATCH 2/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1bd9082..535f31f 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Hello >_< Bot Already ! +Hello Onichan Your Bot Already >_< ! From 91c9caa31f9d93029d16ff5591749b98d1683e45 Mon Sep 17 00:00:00 2001 From: SonExo Date: Sat, 1 Oct 2022 21:09:35 +0700 Subject: [PATCH 3/3] Update meme.js --- commands/Meme/meme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Meme/meme.js b/commands/Meme/meme.js index 7fd486b..70d7c96 100644 --- a/commands/Meme/meme.js +++ b/commands/Meme/meme.js @@ -20,7 +20,7 @@ module.exports = { .then(url => { let embed = new Discord.MessageEmbed() .setImage(url) - .setTitle("Random Meme Generator") + .setTitle("Get A Random Meme") .setURL("https://www.reddit.com/r/memes") .setColor(data.config.color) .setTimestamp()