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

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.

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
```