https://github.com/bwmarrin/disgord
(golang) Google Go Discord Bot
https://github.com/bwmarrin/disgord
discord discord-api discordgo go golang
Last synced: over 1 year ago
JSON representation
(golang) Google Go Discord Bot
- Host: GitHub
- URL: https://github.com/bwmarrin/disgord
- Owner: bwmarrin
- License: bsd-3-clause
- Created: 2016-02-01T17:24:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T17:37:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T08:01:47.942Z (over 1 year ago)
- Topics: discord, discord-api, discordgo, go, golang
- Language: Go
- Homepage: http://bwmarrin.github.io/disgord/
- Size: 447 KB
- Stars: 59
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disgord
[](http://goreportcard.com/report/bwmarrin/disgord) [](https://travis-ci.org/bwmarrin/disgord) [](https://discord.gg/0f1SbxBZjYq9jLBk)

Dis**go**rd is an example of or starting point for creating an easy to use and
extensible Discord bot using the [DiscordGo](https://github.com/bwmarrin/discordgo)
library.
If you would like to help the Disgord or DiscordGo package please use
[this link](https://discordapp.com/oauth2/authorize?client_id=173113690092994561&scope=bot)
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](https://discord.gg/0f1SbxBZjYq9jLBk) chat server.**
## Getting Started
The below assumes you already have a working Go environment, if not please see
[this page](https://golang.org/doc/install) first.
### Installing
Use go get to download the repository into your Go work environment.
```sh
go get github.com/bwmarrin/disgord
```
### Usage
```sh
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.