diff options
| author | 2020-09-16 19:45:54 +0200 | |
|---|---|---|
| committer | 2020-09-16 19:45:54 +0200 | |
| commit | ce8d758cf5c3a365be1cff683f0df7bed4bacd17 (patch) | |
| tree | 3251bccdf1bce1efec0f32462e364ba5447c9762 | |
| parent | Merge pull request #927 from Numerlor/truncate-internal-eval (diff) | |
| parent | remove random space in `upvotes` value (diff) | |
Merge pull request #1158 from python-discord/config-update
Updated the names of reddit emotes
| -rw-r--r-- | config-default.yml | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/config-default.yml b/config-default.yml index 20254d584..58651f548 100644 --- a/config-default.yml +++ b/config-default.yml @@ -76,9 +76,10 @@ style:          ducky_maul:     &DUCKY_MAUL     640137724958867467          ducky_santa:    &DUCKY_SANTA    655360331002019870 -        upvotes:        "<:upvotes:638729835245731840>" -        comments:       "<:comments:638729835073765387>" -        user:           "<:user:638729835442602003>" +        # emotes used for #reddit +        upvotes:        "<:reddit_upvotes:755845219890757644>" +        comments:       "<:reddit_comments:755845255001014384>" +        user:           "<:reddit_users:755845303822974997>"      icons:          crown_blurple: "https://cdn.discordapp.com/emojis/469964153289965568.png" | 
