RSA-Internal / RSA-Bot

The repo for the Discord bot used in the Roblox Scripting Assistance server.
Apache License 2.0
0 stars 1 forks source link

RSA-Bot

The repo for the Discord bot used in the Roblox Scripting Assistance server.

Features

Required Tools

Setup

  1. Install JDK17+.
  2. Ensure IntelliJ (or equivalent IDE) is setup.
  3. Clone the repository (git clone https://github.com/RSA-Internal/RSA-Bot.git).
  4. Create an Application at Discord Developers.
  5. Store the bot token provided there in ENVIRONMENT_VARIABLES under BOT_TOKEN.

Running the Bot

It might be useful to test the bot. This can be done one of two ways:

  1. ./gradlew run from terminal or Gradle -> Tasks -> application -> run.
  2. ./gradlew shadowjar and java -jar build/libs/RSA-Bot-1.0-all.jar.
  3. Alternatively opening the Bot.java class and clicking "Run 'Bot.main()'"

Development

Making Changes

Submitting Changes