File tree 1 file changed +3
-3
lines changed
packages/core/src/components/discord-reply
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ export class DiscordReply extends LitElement implements LightTheme {
305
305
/**
306
306
* The message author's primary role color. Can be any [CSS color value](https://www.w3schools.com/cssref/css_colors_legal.asp).
307
307
*/
308
- @property ( )
308
+ @property ( { attribute : 'role-color' } )
309
309
public accessor roleColor : string ;
310
310
311
311
/**
@@ -329,13 +329,13 @@ export class DiscordReply extends LitElement implements LightTheme {
329
329
/**
330
330
* The clan icon of the author, which comes from the enabled clan tag
331
331
*/
332
- @property ( )
332
+ @property ( { attribute : 'clan-icon' } )
333
333
public accessor clanIcon : string ;
334
334
335
335
/**
336
336
* The clan name of the author, which comes from the enabled clan tag
337
337
*/
338
- @property ( )
338
+ @property ( { attribute : 'clan-tag' } )
339
339
public accessor clanTag : string ;
340
340
341
341
/**
You can’t perform that action at this time.
0 commit comments