Anti-Ghostping
This module detects ghost-pings and sends a message if one occurs. Ghost-Pings are pings in messages that get deleted but will still show up to the pinged members.
Features
What's a Ghost-Ping?
Pings in Discord are messages that are highlighted in yellow and mostly occur when someone @mentions another user or replies to a message.
A "Ghost-Ping" occurs when a user pings another member in a channel and then deletes their message shortly after. The ping will still be displayed for the receiver, but the message won't be visible. This is very annoying to the receiver, as they open the channel expecting to see a message which got deleted.
This module detects these ghost pings and sends a message informing the receiver of the ping about the original author and content of the message. Additionally, this module respects bots that replace the original message with a message sent by a webhook. You can also configure channels that should be ignored for ghost-ping detection.
Setup
- Make sure the bot has "Read messages", "Send messages" and "Manage messages" permissions on all channels ghost pings should get detected in.
- Enable the module - your bot should now be able to detect ghost pings.
- Optionally, you can configure the detection message, disable detection for specific channels or toggle replacement bot delays.
Usage
When a module detects a ghost-ping in a channel, it will send a message in the channel informing the receiver about the original author and content of the message.
If the "Wait for Bot-Messages" configuration option is enabled, the bot will wait about two seconds after a ghost ping occurs. If a bot or webhook sends a message in this period of time, ghost ping detection will be disabled for this message and no detection message will be sent. This is useful for other bots that replace original messages with messages sent by webhooks.
Configuration
You can configure a few aspects of this module, including customizing the detection message, in the configuration.
| Field | Description |
|---|---|
| Wait for Bot-Messages | If enabled, your bot will wait for about two after a message with a ping gets deleted. If another bot or webhook gets send in the channel, the bot will not detect the deletion as ghost ping. Learn more about how this could be useful in the usage section. |
| Ignored Channels | The bot will not try to detect any ghost pings sent in channels and categories configured here. |
| Ghostping-Message | The bot will send this message in current channel when a ghost ping gets detected. |
