All Projects → bwmarrin → disgord

bwmarrin / disgord

Licence: BSD-3-Clause License
(golang) Google Go Discord Bot

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to disgord

Discordgo
(Golang) Go bindings for Discord
Stars: ✭ 2,582 (+4771.7%)
Mutual labels:  discord-api, discordgo
ephemeral-roles
A Discord bot for managing ephemeral roles based upon voice channel member presence.
Stars: ✭ 57 (+7.55%)
Mutual labels:  discord-api, discordgo
Haxicord
The most popular discord API Haxe library (because no others are good enough to be called a library)
Stars: ✭ 42 (-20.75%)
Mutual labels:  discord-api
miso-bot
Discord bot with too many features
Stars: ✭ 41 (-22.64%)
Mutual labels:  discord-api
songbird
An async Rust library for the Discord voice API
Stars: ✭ 169 (+218.87%)
Mutual labels:  discord-api
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (+16.98%)
Mutual labels:  discord-api
MaSH
A minimalistic Discord API wrapper made in Posix Shell
Stars: ✭ 22 (-58.49%)
Mutual labels:  discord-api
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-54.72%)
Mutual labels:  discord-api
DiscordStorage
Use Discord servers to store files
Stars: ✭ 64 (+20.75%)
Mutual labels:  discord-api
corgi
A Discord bot made with JDA, Corgi is a server administration bot along with a few other cool features
Stars: ✭ 15 (-71.7%)
Mutual labels:  discord-api
Discord.js-V12-Bot-Tutorial
An Discord bot build in Discord.js V12. Features :- Anime, Chatbot, Fun, Info, Moderation, Music, Developer commands and many more coming soon.
Stars: ✭ 46 (-13.21%)
Mutual labels:  discord-api
DiscordGo
Discord C2 for Redteam....Need a better name
Stars: ✭ 55 (+3.77%)
Mutual labels:  discordgo
Axley
A simple multi-purpose Discord bot being made using Discord.py API wrapper..
Stars: ✭ 16 (-69.81%)
Mutual labels:  discord-api
QDiscord
QDiscord - An unofficial C++ and Qt wrapper for the Discord API.
Stars: ✭ 21 (-60.38%)
Mutual labels:  discord-api
ErisCasper.java
Java library for making Discord bots
Stars: ✭ 15 (-71.7%)
Mutual labels:  discord-api
discord-api-types
Up to date Discord API Typings, versioned by the API version
Stars: ✭ 270 (+409.43%)
Mutual labels:  discord-api
Deadcord
💀 The first raid tool of its kind. Inject Deadcord and raid servers directly from the Discord client. https://t.me/deadcordofficial
Stars: ✭ 144 (+171.7%)
Mutual labels:  discord-api
Rubicon
Dead yo!
Stars: ✭ 14 (-73.58%)
Mutual labels:  discord-api
calamity
A library for writing discord bots in haskell
Stars: ✭ 77 (+45.28%)
Mutual labels:  discord-api
windows-bot-template
A D++ Discord Bot template for Visual Studio 2019 (Windows x64 and x86) - Ready to go, just add your code!
Stars: ✭ 15 (-71.7%)
Mutual labels:  discord-api

Disgord

Go report Build Status Discord Gophers

Disgord is an example of or starting point for creating an easy to use and extensible Discord bot using the DiscordGo library.

If you would like to help the Disgord or DiscordGo package please use this link 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 chat server.

Getting Started

The below assumes you already have a working Go environment, if not please see this page first.

Installing

Use go get to download the repository into your Go work environment.

go get github.com/bwmarrin/disgord

Usage

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].