Skip to content

Commit

Permalink
fix: use default color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
tinarskii committed Nov 6, 2022
1 parent f016554 commit 5c6550c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://zelar.tinarskii.com/">
<a href="https://moore.mulforma.space/">
<img src="assets/moore.png" width="128" />
<h2 align="center">
Moore
Expand Down
2 changes: 1 addition & 1 deletion src/commands/nsfw/rule34.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`),
Expand Down

0 comments on commit 5c6550c

Please sign in to comment.