https://github.com/shadowjonathan/blue-belt-bot
Universal Discord bot written in GoLang
https://github.com/shadowjonathan/blue-belt-bot
Last synced: 10 months ago
JSON representation
Universal Discord bot written in GoLang
- Host: GitHub
- URL: https://github.com/shadowjonathan/blue-belt-bot
- Owner: ShadowJonathan
- Created: 2017-01-05T15:59:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T18:09:04.000Z (over 9 years ago)
- Last Synced: 2025-04-03T00:14:03.670Z (about 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blue-belt-bot
Universal Discord bot written in GoLang
**Note: Blue Belt Bot is still in a experimental stage, concider helping the project or using another bot for your administrative needs.**
Install git and go before downloading and compiling this bot, and run `go get github.com/bwmarrin/discordgo` in any command processor.
After that, build the bot with `go build` within the `/bot` folder, and run the executable program from the same cmd.
(note, the OsX operating system creates a file called "bot" which is not directly runable from the same folder, you have to use `../bot/bot` to run it)