We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973214a commit 5e82cb3Copy full SHA for 5e82cb3
src/commands/misc/cat.js
@@ -15,6 +15,7 @@ exports.run = async (message, res) => {
15
embeds: [
16
{
17
description: `[:cat:](https://www.reddit.com${post.data.permalink})`,
18
+ color: 0xFFA900,
19
image: {
20
url: post.data.url,
21
},
0 commit comments