diff options
| author | 2019-10-29 21:10:24 +0800 | |
|---|---|---|
| committer | 2019-10-29 21:10:24 +0800 | |
| commit | bf526e0153007f60c9a0f0ce96344dbb0ba6cf0d (patch) | |
| tree | 33b114e190664321a614edf676cb35e2f6db018b /config-default.yml | |
| parent | Merge pull request #527 from kraktus/compact_free (diff) | |
| parent | Enhance Reddit webhook embeds (diff) | |
Merge pull request #635 from python-discord/reddit-webhook-embed-enhancements
Enhance Reddit webhook embeds
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 4638a89ee..9c7830077 100644 --- a/config-default.yml +++ b/config-default.yml @@ -37,6 +37,10 @@ style: new: "\U0001F195" cross_mark: "\u274C" + upvotes: "<:upvotes:638706000714792962>" + comments: "<:comments:638706001159258132>" + user: "<:user:638706001217978368>" + icons: crown_blurple: "https://cdn.discordapp.com/emojis/469964153289965568.png" crown_green: "https://cdn.discordapp.com/emojis/469964154719961088.png" |