mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Proxy messages with a mention before tags
This commit is contained in:
parent
53037f7d52
commit
7eeaea39fe
4 changed files with 32 additions and 10 deletions
|
|
@ -67,6 +67,7 @@ namespace PluralKit.Bot {
|
|||
}
|
||||
|
||||
var msg = await ctx.Channel.SendMessageAsync(embed: MakeEmbedForPage(0));
|
||||
if (pageCount == 1) return; // If we only have one page, don't bother with the reaction/pagination logic, lol
|
||||
var botEmojis = new[] { new Emoji("\u23EA"), new Emoji("\u2B05"), new Emoji("\u27A1"), new Emoji("\u23E9"), new Emoji(Emojis.Error) };
|
||||
await msg.AddReactionsAsync(botEmojis);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue