Skip to content

Releases: gongg21/GBot

v1.1

23 Sep 15:26
Compare
Choose a tag to compare

Fixed bugs and errors.
Made improvements in error handling.

To run the JAR file:

EITHER 
Simply double click and open the file.

OR

Ensure you have Java installed on your console.
Copy the JAR file you want to run into a new/existing folder.
Open a command prompt (Windows) or terminal (macOS/Linux), enter into the same folder as the file, and run the following:

java -jar GBot.jar

*To run the CLI version, do include the -cli flag.

v1.0

22 Sep 07:16
Compare
Choose a tag to compare

To run the JAR file:

EITHER 
Simply double click and open the file.

OR

  1. Ensure you have Java installed on your console.
  2. Copy the JAR file you want to run into a new/existing folder.
  3. Open a command prompt (Windows) or terminal (macOS/Linux), enter into the same folder as the file, and run the following:
    
java -jar GBot.jar


*To run the CLI version, do include the -cli flag.