VRCGO
VRCGO plans to be a full featured discord bot that wrap's the VRChat API
Table of Contents
Getting Started
To get started with VRCGO, follow these steps:
Installation
- Clone the repository:
git clone https://github.com/Jilwer/vrcgo.git
- Install the required dependencies:
go mod tidy
- Build the Application
go build
Usage
- Create a new Discord bot on the Discord Developer Portal.
- Copy the bot token.
- Rename the
config.example.toml
file to .config.toml
and replace YOUR_BOT_TOKEN
with your actual bot token.
- Run the generated executable!
Features
VRCGO Plans to be as robust as possible by trying to wrap as much of the VRCAPI as possible.
Finished
WIP
TODO
Contributing
Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.
Thanks
License
This project is licensed under the MIT License. See the LICENSE file for more details.