Skip to content

Commit

Permalink
Merge pull request #23 from sonexo/main
Browse files Browse the repository at this point in the history
Update Event, Meme,
  • Loading branch information
DomathID authored Oct 1, 2022
2 parents dcc3d92 + 91c9caa commit 8b6a96f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/Meme/meme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
];
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello >_< Bot Already !
Hello Onichan Your Bot Already >_< !

0 comments on commit 8b6a96f

Please sign in to comment.