Epic

Results 78 issues of Epic

Title says it all.

t: enhancement
p: medium
s: help appreciated

p: medium
t: refactor

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) ```

t: docs
p: low
s: awaiting review

t: enhancement
p: low
help wanted

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.

enhancement
help wanted
Time consuming

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...

type/feature

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...

scope/nextcore.common
type/feature

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...

type/feature