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

--discord-webhook-url argument doesn't seem to be working.

DEMON1A opened this issue · comments

I dunno if i'm wrong or not. but i want to use notify for multi tasks on my discord server. so i guessed --discord-webhook-url argument could be used to set two different webhooks on every command. but when i add the webhook URL as an argument value. the result keep getting sent into the webhook on notify config itself.

I deleted the config and tried again, and nothing happens all that happens there is that notify keeps telling me that the config file doesn't exists.

The same problem here when using the configuration file, then adding the argument --discord-webhook-url notify will continue to be sent to the webhook in the configuration file, so is there any option to send the notification in two or multiple chats on the Discord?

@DEMON1A @0xWise64 This is intended behavior as initially, we were not sure about this use case, here is GH issue to add support for this in future releases.