mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
Re-enable proxy attachments
This commit is contained in:
parent
58cdb04ab9
commit
5ff32ea6b4
3 changed files with 11 additions and 13 deletions
|
|
@ -95,7 +95,7 @@ namespace PluralKit.Bot
|
|||
if (!await EnsureBotPermissions(channel)) return;
|
||||
|
||||
// Can't proxy a message with no content and no attachment
|
||||
if (match.InnerText.Trim().Length == 0/* && message.Attachments.Count == 0*/) // TODO: undo when adding attachments back
|
||||
if (match.InnerText.Trim().Length == 0 && message.Attachments.Count == 0)
|
||||
return;
|
||||
|
||||
// Get variables in order and all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue