diff options
Diffstat (limited to '')
-rw-r--r-- | lib/plugins/link/reddit.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/link/reddit.ex b/lib/plugins/link/reddit.ex index 016e025..707e284 100644 --- a/lib/plugins/link/reddit.ex +++ b/lib/plugins/link/reddit.ex @@ -108,7 +108,7 @@ defmodule Nola.Plugins.Link.Reddit do end title = "#{nsfw}#{sr}: #{flair}#{Map.get(op, "title")}" state_str = if(state, do: "#{state}, ") - content = "by u/#{Map.get(op, "author")} - #{state_str}#{up} up, #{down} down, #{comments} comments - #{self_str}" + content = "by u/#{Map.get(op, "author")} - #{state_str}#{up} up, #{comments} comments - #{self_str}" {:ok, [title, content]} err -> |