diff --git a/README.md b/README.md index edde12e..69e78a0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
Moore
diff --git a/src/commands/nsfw/rule34.ts b/src/commands/nsfw/rule34.ts
index 961d4bb..f74b02a 100644
--- a/src/commands/nsfw/rule34.ts
+++ b/src/commands/nsfw/rule34.ts
@@ -29,7 +29,7 @@ export class Rule34Command {
embeds: [
new EmbedBuilder()
.setTitle(`Image from ${image.owner}`)
- .setColor("#ffb6c1")
+ .setColor(Colors.Fuchsia)
.setImage(image.file_url)
.setFooter({ text: `rating: ${image.rating} | score: ${image.score}` })
.setURL(`https://rule34.xxx/index.php?page=post&s=view&id=${image.id}`),