projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank text in discord

gauravnarwani97 opened this issue · comments

HI Im using discord webhook integration but observing blank texts while using notify.

config:

discord:
  - id: "asd"
    discord_channel: "#general"
    discord_username: "Alerts"
    discord_format: "{{data}}"
    discord_webhook_url: "https://discord.com/api/webhooks/XXXXXX"

Screenshot 2021-08-27 at 2 21 32 AM

Getting blank texts

commented

@gauravnarwani97 Can you please share the output of notify -v when blank text is received or DM us details on discord

@gauravnarwani97 also do you have example input causing blank line notification or example cmd producing the same output?