File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -138,18 +138,20 @@ The above code will create a text like this:
138138
139139> Hello, [ @fedify @hollo.social] ( https://hollo.social/@fedify ) .
140140
141- ### ` Emoji `
141+ ### [ ` Emoji ` ]
142142
143143* This API is available since BotKit 0.2.0.*
144144
145- If you put an ` Emoji ` object (provided by Fedify) inside the interpolation,
146- it will be rendered as a custom emoji. You usually get ` Emoji ` objects from
145+ If you put an [ ` Emoji ` ] object (provided by Fedify) inside the interpolation,
146+ it will be rendered as a custom emoji. You usually get [ ` Emoji ` ] objects from
147147the ` Reaction.emoji ` property. For example:
148148
149149~~~~ typescript
150150text ` Here's a custom emoji: ${reaction .emoji }. `
151151~~~~
152152
153+ [ `Emoji` ] : https://jsr.io/@fedify/fedify/doc/~/Emoji
154+
153155### ` URL ` object
154156
155157If you put a ` URL ` object inside the interpolation, it will be rendered as a
You can’t perform that action at this time.
0 commit comments