mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: emojis not showing up correctly in help embed
This commit is contained in:
parent
b6a160caef
commit
7dd88effb3
1 changed files with 3 additions and 3 deletions
|
|
@ -43,8 +43,8 @@ public class Help
|
|||
"Useful tips",
|
||||
String.Join("\n", new[] {
|
||||
$"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.Bell} on a proxied message to \"ping\" the sender",
|
||||
$"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",
|
||||
"Type **`pk;invite`** to get a link to invite this bot to your own server!"
|
||||
})
|
||||
),
|
||||
|
|
@ -77,4 +77,4 @@ public class Help
|
|||
});
|
||||
|
||||
public Task Explain(Context ctx) => ctx.Reply(explanation);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue