Olys6 / team-making-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

team-making-bot

Invite the bot to your server here

if you wish to use this bot's code for your own bot feel free to do so by:

  1. Cloning this repository
  2. install discord.py with command pip install discord
  3. Create a .env file
  4. In that .env file put in your discord token like so: DISCORD_TOKEN="your_discord_token"
  5. Enjoy the bot!

General Team Maker

The General Team Maker takes name values split by a space and returns a randomized set of teams.

To use the general team maker, type command: !teamup[number of teams you want] name1 name2 name3

examples:

You can put as many names as you want after the command, and it will generate a random team that is as balanced as possible.

Overwatch Team Maker

The Overwatch Team Maker takes name values followed by a : and the role that person wants to play. The bot returns a colour coded list of everyone's roles and displays what hero they will be playing. If you don't want to choose a role, you can put in just the person's name, and they will be assigned a random role.

To use the overwatch team maker, type command: !ow name1:role name2:role name3:role

examples:

About


Languages

Language:Python 100.0%