Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ptrcnull/bambot-go

bambot in golang
https://github.com/ptrcnull/bambot-go

Last synced: 25 days ago
JSON representation

bambot in golang

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`