freiheit / discord_feedbot

Moved to https://gitlab.com/ffreiheit/discord_feedbot
MIT License
82 stars 28 forks source link

Wrapping fieldname with ``` tags makes the bot ignore the field #52

Closed Bewinxed closed 7 years ago

Bewinxed commented 7 years ago

Hello, I got the bot up and running, however, in my local config my feed is like this

fields = "New Post",link,**title**,```description```,".."

When i wrap the description with ``` it gets ignored, what i want is to wrap the content inside of the description within a code block, so it looks tidier, am i doing something wrong or is there another way?

freiheit commented 7 years ago

Had a bug in handling those. Should be fixed in aa8da4c, so pull latest master and try that.