This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
018d44e
commit c7c080d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# DiscordAntiSelfbotSpam | ||
A small script to keep those selfbots out of our Discord servers | ||
|
||
# Installation | ||
|
||
1. Go to https://discordapp.com/developers/applications/ and create a new application | ||
2. Add a bot to the application and remember the token secret | ||
3. Just download the 'preparebot.sh' on your server and run it. It will automatically install the bot. | ||
|
||
The script is working with: | ||
- Ubuntu | ||
- Debian | ||
|
||
4. Start your bot using ``./luvit antispam.lua`` | ||
|
||
Alternative: Use the hosted bot by Aperture Development: | ||
https://discordapp.com/oauth2/authorize?client_id=503222820986159105&scope=bot&permissions=6 | ||
|
||
# Why does this exist? | ||
|
||
Since some months, discord gets overloaded with selfbots that just join and leave servers instantly. They have links or discord tags as names. Those bots are used to spam servers with unwanted advertisement ( the join message ). So to automatically ban these bots, just run this script and it will automatically recocnice those self bots and ban them. | ||
|
||
# Anything I should know? | ||
|
||
The bot is written in lua and uses the DiscordAPI lib [Discordia](https://github.com/SinisterRectus/Discordia) | ||
The bot itself is licenced under the GNU General Public License v3.0 | ||
If you find mistakes or have improovement ideas, feel free to open a issue and/or create a pull request with your code changes. |