Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Form2Role Bot v.0.1.3

Compare
Choose a tag to compare
@taliyos taliyos released this 26 Sep 14:17

NEW WITH v0.1.3

  • Asks for required information on first load
  • Delay changed from seconds to minutes
  • Whitespace is removed when comparing users
  • Miscellaneous Bug Fixes

Side Note: This update is long overdue. Was going to put more into it, but I got lazy. v1.0.0 is gonna be great though. Just you wait and see. :)

NEW WITH v0.1.2

  • Custom delays are now possible and is modifiable from the config.json file. The delay is specified in seconds. (#2)
    "UpdateDelay": 3600
  • Some console messages have been slightly modified to be more informative.
  • Executable changed from "DiscordBot.exe" to "Form2RoleBot.exe"

NEW WITH v0.1.1

  • Fixed an issue that prevented the auto-update from functioning properly. (#1)

Setup

Follow the readme on this repo or the one in the download to set-up properly.

You will need:

  • a Discord Developer Bot User (discordapp.com/developers)
  • a Google Developers Console API Key (console.developers.google.com)
  • a Google Sheets ID (the string of characters found in the url)

Remember to modify the configuration files or it won't run.

  • Specifically, the bot token (Config.json), SpreadsheetID (googleConfig.json), Range (googleConfig.json), and the API Key (googleConfig.json)