mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
Allow multiple proxy attachments
This commit is contained in:
parent
474d561c54
commit
d42dea9e9f
3 changed files with 76 additions and 14 deletions
|
|
@ -120,7 +120,7 @@ namespace PluralKit.Bot
|
|||
channel,
|
||||
proxyName, avatarUrl,
|
||||
messageContents,
|
||||
message.Attachments.FirstOrDefault()
|
||||
message.Attachments
|
||||
);
|
||||
|
||||
// Store the message in the database, and log it in the log channel (if applicable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue