Releases: gongg21/GBot
Releases · gongg21/GBot
v1.1
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
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.