skifli / gocord

A performant self-bot Discord API wrapper for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

Development has moved to LuminalDev/dgate.

gocord

Go Report Card GoDoc Lines of Code

A performant self-bot Discord API wrapper for Go. It focuses on being powerful to use, while being easy to scale.

Note

gocord is currently in the alpha stages of development. Once the module reaches a stable release the relevant documentation will be created.

Features

  • Fast - gocord is written in Go, allowing it, and you, to leverage its fearless concurrency.
  • Easy to Integrate - The API was designed with simplicity and powerfulness in mind. This allows you to focus on what matters; the self-bot.

Installation

gocord can be installed by using go get:

go get github.com/skifli/gocord

After this command has been run, gocord is ready to use. gocord can be updated by using go get -u:

go get -u github.com/skifli/gocord

About

A performant self-bot Discord API wrapper for Go.

License:MIT License


Languages

Language:Go 98.5%Language:Batchfile 0.8%Language:Shell 0.8%