To whoever views this code, I appologise for the lack of comments and general bad code ethics. I have since learnt from my mistakes.
Beautiful statistics. Built with Go.
The story behind going open source | Other open-source projects by us
This bot is the old code from the original Hue bot that I decided to make open-source for everyone to edit and improve. The main function is to view server and user information within your server, using this bot. On 1st July 2019, this code will become 'live' is the aspect that it will be built after each new commit and placed under a single bot 'Hue Open Source' on Discord. This will be made available to all.
A few of the things you can do with Hue:
- Connect to the Discord API
- See the ammount of messages sent from a user
- See the ammount of links sent by a user
- See the ammount of members joining your server
- More coming soon...
Feel free to send us feedback on Twitter or file an issue. Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!
If there's anything you'd like to chat about, please feel free to join our Discord Server!
- Follow the Golang install guide for getting started building a project with native code.
- Clone or download the repo
go get github.com/BaileyJM02/Discord-Statistics-Bot
to install dependenciesgo run main.go
to start the bot without buildinggo build main.go
to build the bot into a native build file./<built file>
to run the bot using the native build file
Development Keys: The token
in config/
are for development purposes and do not represent the actual application keys.
Thanks to JetBrains for supporting me with an educational licence.