Detects ghost pings in your Discord server
Features:
- Detect and send ghost ping alerts
- Snipe messages
- ...and more to come!
Requirements:
- Node.js v16 (v16.9.0 or newer)
- Node Package Manager (npm) v6 (recommended: v6.14.9 or newer)
Installation:
# pull latest image
docker image pull ghcr.io/mist8kengas/ghost-ping-bot:latest
# run bot
docker run --restart unless-stopped --env-file .env ghcr.io/mist8kengas/ghost-ping-bot:latest
# run bot (via compose)
curl -LO https://github.com/mist8kengas/ghost-ping-bot/raw/master/compose.yml
docker compose upInstallation (building from source):
- Clone this repository to a directory
- Install packages by using
npm install - Build the bot by running
npm build - Configure bot by using
.envfile:Value Description GPB_BOT_IDDiscord bot application token (required) GPB_BOT_TOKENDiscord bot token (required) - Run the bot by running
npm run startin the directory
Usage:
- Type
/helpto view the list of available commands - Bot will automatically send a message in the same channel as where the ghost ping happened
