mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add message querying by ? reaction
This commit is contained in:
parent
93fff14053
commit
53037f7d52
3 changed files with 38 additions and 15 deletions
|
|
@ -32,7 +32,7 @@ namespace PluralKit.Bot.Commands
|
|||
var message = await Messages.Get(messageId);
|
||||
if (message == null) throw Errors.MessageNotFound(messageId);
|
||||
|
||||
await Context.Channel.SendMessageAsync(embed: await Embeds.CreateMessageInfoEmbed(messageId));
|
||||
await Context.Channel.SendMessageAsync(embed: await Embeds.CreateMessageInfoEmbed(message));
|
||||
}
|
||||
|
||||
[Command("message")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue