aboutsummaryrefslogtreecommitdiff
path: root/examples/05_command_framework
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-08-30 18:33:56 -0700
committerZeyla Hellyer <[email protected]>2018-08-30 18:35:40 -0700
commite66812aa3b8458634901ca7226e5547f0e4be9eb (patch)
tree698bf2341670d78a539f4ff2015f5db8a7949e19 /examples/05_command_framework
parentAdd more unit tests for MessageBuilder (diff)
downloadserenity-e66812aa3b8458634901ca7226e5547f0e4be9eb.tar.xz
serenity-e66812aa3b8458634901ca7226e5547f0e4be9eb.zip
Add newline in MessageBuilder::push_codeblock_safe
MessageBuilder::push_codeblock_safe did not add a newline after the language or code fence, resulting in an output like: ```code here``` or: ```rustcode here``` This commit fixes that, and makes the equivalent outputs: ``` code here``` and: ```rust code here``` Closes #374.
Diffstat (limited to 'examples/05_command_framework')
0 files changed, 0 insertions, 0 deletions