Skip to content

Commit

Permalink
Update meme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sonexo authored Oct 1, 2022
1 parent 204a2fe commit 91c9caa
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 91c9caa

Please sign in to comment.