https://github.com/astraadev/discord-grouplocker
Allows you to Lock the entry and exit of a Discord group.
https://github.com/astraadev/discord-grouplocker
bot discord discord-py discord-tool group group-locker locker python selfbot token tool
Last synced: 8 months ago
JSON representation
Allows you to Lock the entry and exit of a Discord group.
- Host: GitHub
- URL: https://github.com/astraadev/discord-grouplocker
- Owner: AstraaDev
- Created: 2022-06-19T15:39:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T20:28:30.000Z (over 3 years ago)
- Last Synced: 2023-03-04T22:50:28.538Z (over 2 years ago)
- Topics: bot, discord, discord-py, discord-tool, group, group-locker, locker, python, selfbot, token, tool
- Language: Python
- Homepage: https://discord.gg/ckHmZMct5z
- Size: 7.81 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Discord] - GroupLocker
[Discord] - GroupLocker allows you to Lock the entry and exit of a Discord group.## Features
- [x] - [Lock joins](https://github.com/AstraaDev/Discord-GroupLocker) - Automatically kick the person if they join the group.
- [x] - [Lock leaves](https://github.com/moom825/Discord-GroupLocker) - Automatically re-adds the person if they leave the group.## How To Setup/Install
#### First of all please set a prefix in the config.json file!
```json
{
"token": "TOKEN-HERE",
"prefix": "PREFIX-HERE"
}
```#### 1st・Installation (Automated installation)
```
Launch the setup.bat file. A new file will be created. You will only have to launch it.
```#### 2nd・Installation (Manual installation)
```
$ git clone https://github.com/AstraaDev/Discord-GroupLocker.git
$ python -m pip install -r requirements.txt
$ python selfbot.py
```