- Download the Repo and put it in your Go folder
- Add a file called config.go in config directory which should look like this!
const ( //Config keys for discord
Clientid = "YOUR Client Id"
Clientsecret = "YOUR Client Secret"
Token = "YOUR Bot Token"
)
The application is hosted with Google Cloud and managed by the author of the repo.
Feel free to contribute whatever you want! Just open a pull request and I'll have a look!