This bot is still a Work-In-Progress and not all features are implemented yet.
The (rewritten) Discord Bot for the Bunkercoin Discord Server.
To compile this bot, you need the go tool installed.
- -a - Set a different Bunkercoin API URL (default: https://bkcexplorer.bunker.mt/api/)
To compile the bot, just run this command:
make
If you successfully compiled the bot, run this command to start it:
BOT_TOKEN=<YOUR TOKEN HERE> ./bin/bunkerbot-go
To be able to quickly run & compile the bot while developing, set the 'TOKEN' Variable at the top of the Makefile.
Afterwards, you can just run
make run
to compile & run the bot
- .help - Show a list of commands
- .bkcblocks - Show the number of blocks in the Bunkercoin blockchain
- .bkchashrate - Show the Bunkercoin network hashrate
- .bkcdiff - Show the Bunkercoin network difficulty
- .bkcinfo - Show all of the above with a nice embed
This bot uses the discordgo library
The embed.go file to simplify creating embeds was made by NecroForger