Skip to content

Cuh4/StarterRoles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Run the following commands:
py -m pip install -r requirements.txt
  1. Create a Discord bot at https://discord.com/developers/applications.

  2. 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.

  3. Start the bot using the following commands:

cd src
py main.py
  1. Invite your bot to a server.