diff options
| author | Zane Helton <zane99@me.com> | 2025-06-28 10:55:56 -0400 |
|---|---|---|
| committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2025-06-29 08:39:42 +1000 |
| commit | 81d431363113d9a21ec252b016ff41210833e97c (patch) | |
| tree | 9014b3e86cd7eb46e9e749c7a20f10f0a598e400 /src/api/util | |
| parent | Change how GUILD_DELETE cleans up the listener (diff) | |
| download | server-ts-81d431363113d9a21ec252b016ff41210833e97c.tar.xz | |
Properly filter existing embed links
In a previous PR, I was checking if the `.url` property existed, the correct fix is to remove any embed that isn't a rich embed type (non-link). See also: #1296
Diffstat (limited to 'src/api/util')
| -rw-r--r-- | src/api/util/handlers/Message.ts | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/api/util/handlers/Message.ts b/src/api/util/handlers/Message.ts |
