Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Apr 26, 2022
2 parents 4144d7a + 0f8506f commit 8df4013
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "net.irisshaders.lilybot"
version = "3.1.0"
version = "3.1.1"

repositories {
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions docs/changelogs/3.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# LilyBot 3.1.1 Changelog

This is a small hotfix release to fix a big bug with tags

You can see the commit [here](https://github.com/IrisShaders/LilyBot/commit/dbee8f08b5f7167f26dfb1bcd250a893c0b4e422)
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ class Tags : Extension() {
val tagValue by string {
name = "value"
description = "The content of the tag embed you're making"

mutate {
it.replace("\\n", "\n")
.replace("\n ", "\n")
}
}
}
}

0 comments on commit 8df4013

Please sign in to comment.