fix: emojis not showing up correctly in help embed
This commit is contained in:
parent
b6a160caef
commit
7dd88effb3
@ -43,8 +43,8 @@ public class Help
|
|||||||
"Useful tips",
|
"Useful tips",
|
||||||
String.Join("\n", new[] {
|
String.Join("\n", new[] {
|
||||||
$"React with {Emojis.Error} on a proxied message to delete it (only if you sent it!)",
|
$"React with {Emojis.Error} on a proxied message to delete it (only if you sent it!)",
|
||||||
"React with {Emojis.RedQuestion} on a proxied message to look up information about it (like who sent it)",
|
$"React with {Emojis.RedQuestion} on a proxied message to look up information about it (like who sent it)",
|
||||||
"React with {Emojis.Bell} on a proxied message to \"ping\" the sender",
|
$"React with {Emojis.Bell} on a proxied message to \"ping\" the sender",
|
||||||
"Type **`pk;invite`** to get a link to invite this bot to your own server!"
|
"Type **`pk;invite`** to get a link to invite this bot to your own server!"
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user