Layla 73a63fbf4d External Chat Linking (!4)
This PR adds the functionality for plugins to send and recieve messages linked to a specific channel.

Co-authored-by: Layla <layla@layla.gg>
Reviewed-on: https://gitea.sumulayla.synology.me/layla/birdbot/pulls/4
2023-06-17 19:38:47 -04:00
2023-03-31 20:21:49 +00:00
2023-04-02 23:49:28 -04:00
2023-06-17 19:38:47 -04:00
2023-06-17 19:38:47 -04:00
2023-06-17 19:38:47 -04:00
2023-03-31 20:49:50 +00:00
2023-06-16 02:08:29 +00:00
2023-06-17 19:38:47 -04:00
2022-10-27 01:55:23 +00:00
2022-10-27 01:55:23 +00:00
2023-06-17 19:38:47 -04:00
2023-04-02 05:13:12 +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
  • Create recurring weekly events
  • Role selection

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 config 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

Persistant Data

The default location for container data is /var/lib/birdbot/ so you can mount it like:

Example:

docker run -it -v `pwd`:/var/lib/birdbot/ yeslayla/birdbot:latest
Description
Bird Bot is a discord bot for managing and organizing events for a small discord community
https://pkg.go.dev/github.com/yeslayla/birdbot
Readme 366 KiB
Languages
Go 96.3%
Makefile 3.3%
Dockerfile 0.4%