From 64279e186f5d13864c1702d9ee7bd650f955cc1e Mon Sep 17 00:00:00 2001 From: Nomad7 Date: Wed, 8 Jun 2022 17:46:02 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 853909a..744b3ca 100644 --- a/README.md +++ b/README.md @@ -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. @@ -16,4 +14,4 @@ If you just want to use the bot the only command current supported is `!maps #` ## TODO / wishlist - Automatically newmaps (based on vote count being a certain ratio of player size?) -- Maybe expand it into a super basic pickup bot? \ No newline at end of file +- Maybe expand it into a super basic pickup bot? From 91a303e0b554bdd777ff63e2bb0298a706da89ca Mon Sep 17 00:00:00 2001 From: Nomad7 Date: Wed, 8 Jun 2022 17:46:42 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744b3ca..562bf0c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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.