Epic
Epic
You can add attachments to embeds by using ```py file = nextcord.File("image.png") e = nextcord.Embed() e.set_thumbnail(url="attachment://image.png") await ctx.send(file=file, embed=e) ```
Bots which will be auto removed after a duration
We should probably only support heartbeats and sending audio but lets make the bot creator send talking packets and all other stuff.
Issues: - [x] No tests - [ ] Doesn't give you info about what part it failed at, it is only logged. Why not just use a exception like pynacl...
Currently there is only 1 Dispatcher - The Dispatcher. It has no specific typing except for the event name, other than that its `*args: Any, **kwargs: Any` which kind of...
This is not called webhook because of potential confusion between this and the channel webhooks. This is for anything that receives HTTP requests originating from Discord's servers. My structure for...