diff options
author | 2020-09-16 19:43:44 +0200 | |
---|---|---|
committer | 2020-09-16 19:43:44 +0200 | |
commit | 6cef33ee7b68d07a1026b784f0350b146469702d (patch) | |
tree | 345dfc8ef0b950be9f57edec0417565ce302b108 | |
parent | update the reddit emojis to actual emojis' (diff) |
remove random space in `upvotes` value
-rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 87bfd1378..58651f548 100644 --- a/config-default.yml +++ b/config-default.yml @@ -77,7 +77,7 @@ style: ducky_santa: &DUCKY_SANTA 655360331002019870 # emotes used for #reddit - upvotes: "<:reddit_upvotes:755845219890757644> " + upvotes: "<:reddit_upvotes:755845219890757644>" comments: "<:reddit_comments:755845255001014384>" user: "<:reddit_users:755845303822974997>" |