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.
- Host: GitHub
- URL: https://github.com/cuh4/starterroles
- Owner: Cuh4
- Created: 2023-10-29T10:42:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T15:00:32.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:13:56.579Z (over 1 year ago)
- Topics: bot, discord, discordpy, python
- Language: Python
- Homepage: https://discord.gg/CymKaDE2pj
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.