Bird Bot is a discord bot for managing and organizing events for a small discord community https://pkg.go.dev/github.com/yeslayla/birdbot
Go to file
2022-10-27 03:36:56 +00:00
.devcontainer Initial commit 2022-10-27 01:55:23 +00:00
.github/workflows Implement Simple CI (#1) 2022-10-26 22:22:28 -04:00
app Ignore not important stuff 2022-10-27 03:36:56 +00:00
.gitignore Initial commit 2022-10-27 01:55:23 +00:00
Dockerfile Initial commit 2022-10-27 01:55:23 +00:00
go.mod Initial commit 2022-10-27 01:55:23 +00:00
go.sum Initial commit 2022-10-27 01:55:23 +00:00
LICENSE Initial commit 2022-10-27 01:55:23 +00:00
main.go Initial commit 2022-10-27 01:55:23 +00:00
Makefile Fixes to get it to run in the cloud 2022-10-27 03:17:34 +00:00
ReadMe.md Initial commit 2022-10-27 01:55:23 +00:00
sample_config.yaml Initial commit 2022-10-27 01:55:23 +00:00

Bird Bot

Bird Bot is a discord bot for managing and organizing events for a small discord community.

Features

  • Creating text channels for events
  • Notifying when events are created & cancelled
  • Delete text channels after events
  • Archive text channels after events

Usage

To get up and running, install go and you can run make run!

Using Docker

The container is expecting the config file to be located at /etc/birdbot/birdbot.yaml. The easily solution here is to mount the conifg with a volume.

Example:

docker run -it -v `pwd`:/etc/birdbot yeslayla/birdbot:latest

In this example, your config is in the current directory and call birdbot.yaml