aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-29 14:27:56 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2019-10-29 14:27:56 +0100
commit55b83342f389aeacdbd5d2558dea4981c90aa2c4 (patch)
tree6554e4ab0f4750f83babeaf5f9fe65da8d2bf1c5
parentMerge pull request #635 from python-discord/reddit-webhook-embed-enhancements (diff)
Use 'local' emojis for reddit webhook embed
Apparently, webhooks cannot use external emojis. For now, I have added the emojis to the guild directly and updated the IDs in this commit. I don't really like having "utility" emojis on the main guild, but the alternative would be to not use webhooks, which is a change we will need to discuss before we apply it. (I don't see anything against it now we just send a daily digest, although, in principle, this is precisely what a webhook is meant for.)
-rw-r--r--config-default.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml
index 9c7830077..bce6ea266 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -37,9 +37,9 @@ style:
new: "\U0001F195"
cross_mark: "\u274C"
- upvotes: "<:upvotes:638706000714792962>"
- comments: "<:comments:638706001159258132>"
- user: "<:user:638706001217978368>"
+ upvotes: "<:upvotes:638729835245731840>"
+ comments: "<:comments:638729835073765387>"
+ user: "<:user:638729835442602003>"
icons:
crown_blurple: "https://cdn.discordapp.com/emojis/469964153289965568.png"