Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mchangrh/discord-shadowban
- Owner: mchangrh
- License: isc
- Created: 2019-04-03T04:18:40.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T06:31:48.000Z (over 1 year ago)
- Last Synced: 2024-09-29T09:21:56.709Z (4 months ago)
- Topics: discord, discord-bot, discord-js, discord-js-bot, discordbot
- Language: JavaScript
- Size: 195 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=botPermissions:
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/)