gophercord

module
v0.0.0-...-39eec44 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: MIT

README

gophercord

A powerful Go library to interact with the Discord API.

Installation

go get github.com/davipatricio/gophercord

Usage

package main

import (
	"os"

	"github.com/davipatricio/gophercord/client"
)

func main() {
	bot := client.NewClient("abc")
	bot.Connect()

	// wait for a control c
	<-make(chan os.Signal, 1)
}

Contributing

Feel free to open an issue or a pull request. Fork the repository, make your changes and open a pull request.

License

MIT

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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