Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomad7 committed Jun 23, 2022
2 parents 0bf9442 + 91a303e commit 1407a0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"# TFC"

# Nomad's discord bot for TFC stuff

Currently this just pulls data from a Google Sheets document based on some criteria and spits it back to the server with some reactions attached.
Expand All @@ -9,11 +7,11 @@ It's very dumb. There are no clever features at all. It takes 1 argument which i

If you want to put this bot in your server send me a message (Nomad#6589) and I'll get you the link.

If you want to make a copy of this code and run it yourself you're welcome to do that, you'll need a .env file with DISCORD_TOKEN=your_token, and a credentials.json file with your Google Sheets API OAuth info (see [here](https://developers.google.com/sheets/api/quickstart/python) for more information).
If you want to make a copy of this code and run it yourself you're welcome to do that, you'll need a .env file with `DISCORD_TOKEN=your_token`, and a credentials.json file with your Google Sheets API OAuth info (see [here](https://developers.google.com/sheets/api/quickstart/python) for more information).

If you just want to use the bot the only command current supported is `!maps #` where # is the teamsize for the sheets lookup (`!maps 2` for 2v2, `!maps 4` for 4v4, etc). The bot will randomly select 3 maps from the list and post them for voting.

## TODO / wishlist

- Automatically newmaps (based on vote count being a certain ratio of player size?)
- Maybe expand it into a super basic pickup bot?
- Maybe expand it into a super basic pickup bot?

0 comments on commit 1407a0b

Please sign in to comment.