-
-
Notifications
You must be signed in to change notification settings - Fork 480
Open
Milestone
Description
Line: 175
Lines 172 to 182 in 6ab3292
| .. versionadded:: 2.0 | |
| """ | |
| # TODO: Do something like we did in self.commands for this | |
| return self.get_application_command | |
| def get_application_command( | |
| self, | |
| name: str, | |
| guild_ids: list[int] | None = None, | |
| type: type[ApplicationCommand] = ApplicationCommand, |