Skip to content

Dominic-Kaemereit/discordbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go icon


The discord bot in Go

Description

This is a discord bot written in Go. It is a work in progress.

Getting Started

The discord bot uses the following environment variables:

Variable Name Description
token The discord authentication token

Todo

  • soon

Installation

Installations with Docker

The docker image is available on GitHub Container Registry

Docker CLI

docker run -d \
    --name discordbot \
    -e token=your_token \
    ghcr.io/d151l/discordbot:master

Docker Compose

version: "3.8"
services:
  discordbot:
        container_name: "discordbot"
        image: ghcr.io/d151l/discordbot:master
        restart: always
        pull_policy: always
        environment:
            - token=your_token

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages