Skip to content

Commit 5e82cb3

Browse files
committed
adding embed color
1 parent 973214a commit 5e82cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/misc/cat.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exports.run = async (message, res) => {
1515
embeds: [
1616
{
1717
description: `[:cat:](https://www.reddit.com${post.data.permalink})`,
18+
color: 0xFFA900,
1819
image: {
1920
url: post.data.url,
2021
},

0 commit comments

Comments
 (0)