Velvet

Results 59 comments of Velvet

@Naamloos forgot to ask if this does go through, is there any eta for when this would hit 5.0 nightlies? Even if just the beginning groundwork of such. Not sure...

So I take it I should continue to use my own 'abstractions' for the time being?

If you have two bots, and you're not setting the ShardId manually (which is required for proper sharding anyway), then this is technically intentional behavior. The slash command extension inherently...

> a method to manually pull the list of already-registered commands from discord This already exists in the client, but as I mentioned before you can and probably will receive...

As I commented before, there’s two much larger issues here. 1: D#+’s sharded client is not intended for multi-process sharding (see my previous comment) 2: While gateway interactions occur on...

@bakabun technically speaking, it would be a little inefficient, but now that updating slash commands is an idempotent endpoint, you could call `RefreshCommands`, which will internally map (and attempt to...

Hi sorry had to deal with something as I saw the mention for this. I'll take a second passover and point anything out.

Depends, but no, we don't "hash them and create a url", if we need an image for something, it's usually taken as a stream and converted to Base64 and uploaded...

@uwx I hate to drag you back into D#+ development, but I have a question and potential pitch for how to better handle this Remora.Discord, written by Nihlus does a...