Skip to content

dhedegaard/notibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notibot, a simple Discord bot

Build Status Docker Pulls

It sends messages to a text channel whenever someone is leaving/joining the server.

Running standalone

Install dependencies

$ go get -v .

Run the program with a BOT user token

$ go run notibot.go -t [app bot user token]

Running through Docker

Pull the image from the Docker Hub:

$ docker pull dhedegaard/notibot

Run the image

$ docker run -d --name notibot dhedegaard/notibot app -t [app bot user token]

You might also want to add --restart always as parameter for the container to automatically restart it if/when the process crashes.

About

Small experiment implementing a bot for discord

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages