https://github.com/ptrcnull/bambot-go
bambot in golang
https://github.com/ptrcnull/bambot-go
Last synced: about 1 month ago
JSON representation
bambot in golang
- Host: GitHub
- URL: https://github.com/ptrcnull/bambot-go
- Owner: ptrcnull
- Created: 2019-10-31T07:20:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T18:55:42.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T02:42:26.804Z (over 1 year ago)
- Language: Go
- Size: 545 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BamBot
A simple program written in Go that replies with the `BAM!` image when you execute the command `!bam`.
## Requirements
- Docker
OR
- just+go
## Setup
1. Create a `.env` file with the contents `TOKEN=`
(see [this](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token) link to create a token and add it to your server)
## Usage (just+go)
1. `just run`
## Usage (Docker)
1. `docker-compose up --build`