disgo
disgo copied to clipboard
Create a Discord Bot in Go using this Discord API Wrapper. The next generation of Discord API Consumption.
## Problem Sharding can't be implemented (tested) without a bot in 2,500 guilds. We do not have a bot that is in 2,500 guilds and there is no point in...
Version 0.10.1 (hosted on an `@v10` branch) will require the following changes: ## Requests In order to ensure HTTP Content Type Headers are correct, we must make sure that -...
Rate Limits have been merged in https://github.com/switchupcb/disgo/pull/14 with one caveat. ## Problem Per Resource (and Per Resource Per Route) rate limits are not yet implemented. The main reason is due...
In go we should take `ctx` as first argument for requests, it's like convention or something. Right now for example for getting roles from discord ```go rolesReq := disgo.GetGuildRoles{GuildID: req.GuildId}...
This issue functions as a feature tracker for features listed in the [roadmap](https://github.com/switchupcb/disgo/blob/v10/_contribution/CONTRIBUTING.md#roadmap) or in the issue tracker. ## Features If you are interested in contributing to any of these...
# Problem Users (developers) want an easy way to fetch information from the Discord Environment that the bot has access to. The Disgo Cache Manager aims to solve this. ##...
I'm on an ARM OSx device. I'm not very familiar with golang and am trying to migrate my Discord bot to use your library. It's a sharded bot. I'm following...