Allow multiple proxy attachments

This commit is contained in:
Ske
2019-12-21 20:07:51 +01:00
parent 474d561c54
commit d42dea9e9f
3 changed files with 76 additions and 14 deletions

View File

@@ -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)