mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
edit webhook helper to replace message including attachment
This commit is contained in:
@@ -25,7 +25,8 @@ describe('webhookHelper', () => {
|
||||
const content = "hi"
|
||||
const attachments = {
|
||||
size: 0,
|
||||
first: () => {}
|
||||
first: () => {},
|
||||
foreach: jest.fn()
|
||||
}
|
||||
const message = {
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user