https://github.com/eth-p/discord-inspirobot
A Discord bot for https://inspirobot.me/
https://github.com/eth-p/discord-inspirobot
Last synced: about 1 year ago
JSON representation
A Discord bot for https://inspirobot.me/
- Host: GitHub
- URL: https://github.com/eth-p/discord-inspirobot
- Owner: eth-p
- Created: 2021-12-13T02:07:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T07:27:06.000Z (over 4 years ago)
- Last Synced: 2025-02-09T00:31:39.387Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-inspirobot
A Discord bot for [InspiroBot](https://inspirobot.me).
Made with <3 using Go and [discordgo](https://github.com/bwmarrin/discordgo/).
## Building
```console
$ make bin
go build -o "bin/discord-inspirobot" "./cmd/discord-inspirobot"
$ file bin/discord-inspirobot
bin/discord-inspirobot: Mach-O 64-bit executable x86_64
```