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

https://github.com/cuh4/starterroles

Discord bot that gives new members roles.
https://github.com/cuh4/starterroles

bot discord discordpy python

Last synced: 2 months ago
JSON representation

Discord bot that gives new members roles.

Awesome Lists containing this project

README

          

# Starter Roles

### **Overview**
A simple Discord bot that gives new members roles.

### **lnstallation**
1) `git clone` this repo.
```
git clone https://github.com/Cuh4/StarterRoles
```

2) Run the following commands:
```
py -m pip install -r requirements.txt
```

3) Create a Discord bot at https://discord.com/developers/applications.

4) In the `src` folder, edit `example_config.py` then rename to `config.py` when completed. Be sure to plop your bot's token in the config file.

5) Start the bot using the following commands:
```
cd src
py main.py
```

6) Invite your bot to a server.