Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mchangrh/discord-shadowban

Shadowban for discord
https://github.com/mchangrh/discord-shadowban

discord discord-bot discord-js discord-js-bot discordbot

Last synced: 4 months ago
JSON representation

Shadowban for discord

Awesome Lists containing this project

README

        

# discord-shadowban

Why ban your users when you can instead shadowban them?

Delete any and all messages after they're sent, all powered by discord.js

dependencies: [discord.js](discord.js.org), [dotenv](https://www.npmjs.com/package/dotenv)

## Invite link:
https://discordapp.com/api/oauth2/authorize?clientid=`client id`&permissions=73728&scope=bot

Permissions:
Manage Messages and Read Message History

## Config:
`name:` Name the bot whatever you want
`users:` IDs of users you want to shadowban
`status:` status of bot - `online`, `idle`, `invisible`, `dnd`
`loglevel`: 0 - no output except ready, 1 - logs the time and author of message, 2 - logs the time, author and content of message.
`token`: your super secret token from [discord](https://discordapp.com/developers/applications/)