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() 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"] ]; 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 >_< !