Notifications
Advanced notification system for Discord events and keyword monitoring.
Notifications Configuration
Configure advanced notifications for Discord events and keyword monitoring.
Get alerted for messages, friend requests, and more.
See the Modules Overview for a complete list of all available modules.
modules/notify.jsonNotification Types
Configure which events trigger notifications.
message_delete
Log deleted messages
Default: false
message_edit
Log edited messages
Default: false
friend_request
Alert on new friend requests
Default: false
keyword_alerts
Alert when specific keywords are mentioned
Default: false
Keyword Alerts
Get notified when specific words are mentioned in chat.
keywords
Array of keywords to monitor:
"keywords": [
"your_name",
"important_word"
]Setting Up Keyword Alerts
Add Keywords
1. Open modules/notify.json
2. Add words to the keywords array
3. Save and restart the selfbot
Configure Webhook
1. Set your webhook URL in the config
2. Enable keyword_alerts: true
Message Logger
Configure deleted and edited message logging.
Embed Example
Example embed for deleted messages:
{
"embed": {
"title": "- Message Deleted"",
"color": "0x2b2d31"",
"footer": {
"text": "Pashka | Message Logger"",
"icon_url": "https://i.e-z.host/a8oyrvt5.png""
},
"fields": [
{
"name": "Content"",
"value": "{content}\n[Message]({message_link})"",
"inline": false
},
{
"name": "Author"",
"value": "[{author_name}](https://discordlookup.com/user/{author_id})"",
"inline": true
}
]
}
}Security Notes
- Keep your webhook URL private
- Be selective with keyword alerts to avoid spam
- Consider privacy implications of message logging