disgord

command module
v0.0.0-...-f4b8ed2 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2019 License: BSD-3-Clause Imports: 8 Imported by: 0

README

Disgord

Go report Build Status Discord Gophers

Disgord is an example of or starting point for creating an easy to use and extensible Discord bot using the DiscordGo library.

If you would like to help the Disgord or DiscordGo package please use this link to add the official DiscordGo test bot dgo to your server. This provides indispensable help to this project.

For help with this program or general Go discussion, please join the Discord Gophers chat server.

Getting Started

The below assumes you already have a working Go environment, if not please see this page first.

Installing

Use go get to download the repository into your Go work environment.

go get github.com/bwmarrin/disgord
Usage
cd $GOPATH/src/github.com/bwmarrin/disgord
go build
./disgord -t BOT_AUTH_TOKEN

Documentation

Todo :)

Contributing

This repository is more of a placeholder than anything else right now. It's probably not in a good position for taking any contributions. If you have questions or want to be involved please find me on the Discord Gophers server.

Documentation

Overview

Declare this file to be part of the main package so it can be compiled into an executable.

Directories

Path Synopsis
x
mux
Package mux provides a simple Discord message route multiplexer that parses messages and then executes a matching registered handler, if found.
Package mux provides a simple Discord message route multiplexer that parses messages and then executes a matching registered handler, if found.

Jump to

Keyboard shortcuts

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