Ethan

Results 78 comments of Ethan

Could possibly look into using some more advanced Antispam things? Or a classifier which is a bit smarter

I can plus 1 Photonios here, although I have taken a slightly different approach in fixing it myself in the mean time. Using a class which is passed as ``auth``...

This Minimal Reproducible Code appears to be missing self and some syntax issues. Are you sure these cogs are setup correctly?

There are no specifics for only a Cog, however, you can use [this](https://docs.nextcord.dev/en/stable/api.html?highlight=sync_all#nextcord.Client.sync_all_application_commands) after you load a cog in order to sync application commands on your bot. If you wanted...

In terms of implementation details, adding something like `get_interaction(..., cls=...)` shouldn't be too hard. Currently this is hard coded [here](https://github.com/nextcord/nextcord/blob/master/nextcord/state.py#L1370), but could easily be changed to use a method on...

```python embed.set_footer(text="3") embed.set_author(name="4") ``` Will remove the images, which is inline with how other methods remove images.

As much as I would love for this to be in nextcord, I do not currently have the time required to resolve the reviews on this pull request to a...

This has been well discussed in the discord and likely doesn't move over to github well. The tl;dr is that you shouldn't be forced to use ext.commands when you can...

It should be fairly trivial to implement, and non-breaking. I might give it a go sometime