Add support for plugin links (#6386)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
" highlight_color = '#12345678',",
|
||||
" channel_name = 'channel',",
|
||||
" elements = {",
|
||||
" { type = 'text', text = 'aliens walking' }",
|
||||
" {",
|
||||
" type = 'text',",
|
||||
" text = 'aliens walking',",
|
||||
" link = { type = c2.LinkType.UserInfo, value = 'twitchdev' }",
|
||||
" }",
|
||||
" }",
|
||||
"}"
|
||||
],
|
||||
@@ -32,8 +36,8 @@
|
||||
"color": "Text",
|
||||
"flags": "Text",
|
||||
"link": {
|
||||
"type": "None",
|
||||
"value": ""
|
||||
"type": "UserInfo",
|
||||
"value": "twitchdev"
|
||||
},
|
||||
"style": "ChatMedium",
|
||||
"tooltip": "",
|
||||
|
||||
Reference in New Issue
Block a user