whos_there.senders.discord
source module whos_there.senders.discord
Classes
-
DiscordSender — Initialize the Discord sender.
source class DiscordSender()
Bases : Sender
Initialize the Discord sender.
Parameters
-
webhook_url : str — The Discord webhook URL.
Methods
source method DiscordSender.send(text: str) → Any