KO
|
EN
gitlite — search
Search
#python
#javascript
#go
#golang
#html
#typescript
#plugin
#css
#hacktoberfest
#java
#selenium
#react
disgord
★ 58
Open GitHub ↗
(golang) Google Go Discord Bot
Download README (.md)
Explore Similar Repositories
GodotDiscordSDK
:
A Discord Game SDK wrapper for Godot, written in C.
speakerbot
:
A simple Discord music bot written in Go
MusicBot
:
A multi-server music bot for Discord built in Go
Twitch-Discord-Bot
:
Discord bot that uses the Twitch API to send a message whenever a streamer goes live.
Google-Calendar-API-to-Discord-Webhook
:
Google Apps Script to send calendar events info to a discord webhook on time
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
disgord
?
Download (.md)
# Disgord [](http://goreportcard.com/report/bwmarrin/disgord) [](https://travis-ci.org/bwmarrin/disgord) [](https://discord.gg/0f1SbxBZjYq9jLBk) <img align="right" src="https://raw.githubusercontent.com/wiki/bwmarrin/disgord/images/gourd.jpg"> 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.