syborg

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2022 License: MIT Imports: 6 Imported by: 0

README

Syborg: Discord Bot

Syborg is a discord bot based on GoMusicBot, containerized, k8s-ready and lightweight

Usage

Configuration

Use the example below as a template to create ./config.json

{
	"bot_token": "Bot <TOKEN_GOES_HERE>",
	"owner_id": "YourName#1337",
	"use_sharding": false,
	"shard_id": 0,
	"shard_count": 1
}
Local Docker
  1. Pull container image: docker pull Cloud-Fortress/syborg
  2. Run container image with config attached: docker run Cloud-Fortress/syborg -v ./config.json:/config.json -p 8080:80
K8s
  1. Create configmap for the syborg config file kubectl create configmap syborg-config --from-file=config.json
  2. Apply manifest to deploy syborg deployment kubectl apply -f ./k8s-deployment.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL