Categorygithub.com/QuartzWarrior/discordgo-self
repositorypackage
0.0.0-20240907232605-21f17b2024b2
Repository: https://github.com/quartzwarrior/discordgo-self.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

discordgo-self

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]
discordGO-self is currently in the alpha stages of development. Once the module reaches a stable release the relevant documentation will be created.

Features

  • Fast - discordGO-self 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

discordGO-self can be installed by using go get:

go get github.com/QuartzWarrior/discordgo-self

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

go get -u github.com/QuartzWarrior/discordgo-self