forked from PluralFlux/PluralFlux
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