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

ehsandeep opened this issue · comments

This needs further investigation, manage to reproduce it, root cause is still unknown.

Discussed in #88

Originally posted by gauravnarwani97 August 27, 2021
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

Closing as this is related to discord setting, and not an issue with notify - #88 (comment)