Skip to content

zaebee/goscord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goscord

Goscord is a Go package that provides high level bindings to the Discord API.

This project remains a hobby so it is not maintained continuously.

Getting Started

Installing

go get github.com/Goscord/goscord

Usage

Import the package into your project.

import "github.com/Goscord/goscord"

Construct a new Discord client which can be used to access the variety of Discord API functions and to set callback functions for Discord events.

client := goscord.New(&gateway.Options{ Token: "token" })

See documentation for more detailed information.

Documentation

Click here

Examples

Coming soon

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A Discord API wrapper written in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%