Soheab

Results 37 issues of Soheab

## Summary This PR improves the `get_application_command_from_signature method(s)` to support getting a group or subcommand and optionally searches through the locale values for the (sub)command. There is a slight breaking...

t: enhancement
p: low
s: requested changes

## Summary This PR removes `EmptyEmbed` and everything related to it. `EmptyEmbed` and `Embed.Empty` are kept but are assigned to `None` to make this a non-breaking for users, comparing and...

p: low
s: awaiting review
t: refactor
2.2

## Summary This PR adds support for marking an Application command as NSFW or not-18 or Age Restricted. This PR also adds the missing types in `nextcord/types/interactions.py` as seen in...

t: enhancement
s: stalled

## The Problem Currently you can enable, disable or set the scope prefix to one character but I have seen people want both the `_` prefix and without that. Currently...

## Summary This PR adds a way to set a description for an ext.commands/hybrid command argument. and reformats the `DefaultHelpCommand` to show that description, MinimalHelpCommand is left unchanged. Also added...

Please update python to the latest or even 3.7 is good because now its 3.5.8.. very outdated

Please update the bot to the new cog system also the way how you get commands for help

## Summary This PR adds a kwarg called `with_localizations` to CommandTree.fetch_commands and relevant HTTP methods. This allows for fetching app commands localization strings. Relevant API Docs: - https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands:~:text=with_localizations - https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands:~:text=with_localizations...

## Summary This PR adds an ext.commands alternative to app_commands.Choice and app_commands.choices. This code went through a couple of different iterations and was thoughtfully tested and works but I'm not...

## Summary Fixes #9366 This PR adds the following kwargs to `Bot.add_command`: `guild` and `guilds` for hybrid app commands. This allows defining guilds for a hybrid app command while adding...