Add wiki link
This commit is contained in:
parent
6611d600bd
commit
0ce4762f75
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ data class BlockResponse(val status: Int = 200, val itemName: String, val highVa
|
|||
divider()
|
||||
section { markdownText(":chart_with_upwards_trend:: $highVal") }
|
||||
section { markdownText(":chart_with_downwards_trend:: $lowVal") }
|
||||
divider()
|
||||
section { markdownText("<https://oldschool.runescape.wiki/?search=${itemName.replace(' ', '+')}&title=Special%3ASearch&go=Go|Wiki Search>")}
|
||||
}
|
||||
}
|
||||
response = mapper.writeValueAsString(resp)
|
||||
|
|
Loading…
Add table
Reference in a new issue