Categorygithub.com/tmpest/discord-bot
module
0.3.2
Repository: https://github.com/tmpest/discord-bot.git
Documentation: pkg.go.dev

# README

discord-bot

Discord Bot related Go code

Installation

go get github.com/tmpest/discord-bot

Sample Server Code

package main

import "github.com/tmpest/discord-bot/pkg/server"

func main() {
	server.New().Start()
}

# Packages

No description provided by the author