You have enough of GhostPings on your server?
Then this addon is perfect for you.
This addon logs every GhostPing in channel, where it was sent, allowing your server members to check, who pinged them.
You can also set logging channel available for admins and track all of these with ease.
This addon logs every GhostPing in channel, where it was sent, allowing your server members to check, who pinged them.
You can also set logging channel available for admins and track all of these with ease.
GhostPing message:
GhostPing log:
All messages are fully configurable and you can change it's look and content using configuration files.
GhostPing log:
All messages are fully configurable and you can change it's look and content using configuration files.
YAML:
# Ignore GhostPings section
ignored:
# GhostPing from these users wont be detected
users:
- simonb50
# GhostPings from people, who have these roles wont be detected
roles:
- 🧰 | Admin
# GhostPings in these channels wont be detected
channels:
- 🆕┇news
# GhostPing in these categories wont be detected
categories:
- 🎫 | Tickets
# Should GhostPings from bots be ignored?
bots: true
# Which GhostPings should be detected?
mentions:
# Users pings detection
user: true
# Roles pings detection
role: true
# @everyone and @here pings detection
everyone: true
# Logging options
logging:
# Should info about GhostPing be send in channel, where it was detected?
messageChannel: true
# Admin logging options
logs:
# Should all GhostPing be sent into logs channel?
enabled: true
# Admin logging channel, where GhostPings should be send
channel: 👻┇ghost-pings
YAML:
# Messages used by addon.
# Its RECOMENDED to use placeholders here.
messages:
# Ghots Ping Message
# Its recomended to use these placeholders:
# - Message Author variables(like {user-username}, {user-pfp} etc.)
# - {message} - Ghots Ping message content
ghostPing:
content: 👻 Ghost Ping detected 👻
embeds:
- title: Ghost Ping Found!
color: "#FFFF00"
author: "{user-tag}"
authorIcon: "{user-pfp}"
fields:
- name: User
value: "{user-mention}"
inline: true
- name: Message
value: "{message}"
inline: true
footer: "{guild-name}"
footerIcon: "{guild-pfp}"
timestamp: true
# GhostPing log message - only works, when enabled
# You can use {channel-?} variables, to get ghostping channel info
ghostPingLog:
embeds:
- title: Ghost Ping Found!
color: "#FFFF00"
author: "{user-tag}"
authorIcon: "{user-pfp}"
fields:
- name: User
value: "{user-mention}"
inline: true
- name: Message
value: "{message}"
inline: true
- name: Channel
value: "{channel-mention}"
inline: true
footer: "{guild-name}"
footerIcon: "{guild-pfp}"
timestamp: true