Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on_application_command event #958

Open
MaskDuck opened this issue Dec 25, 2022 · 0 comments · May be fixed by #1079
Open

on_application_command event #958

MaskDuck opened this issue Dec 25, 2022 · 0 comments · May be fixed by #1079
Labels
p: low Priority: low - not important to be worked on s: awaiting review Status: the issue or PR is awaiting reviews t: enhancement Type: enhancement - new feature or request

Comments

@MaskDuck
Copy link
Contributor

MaskDuck commented Dec 25, 2022

Summary

Dispatch an event when an application command is executed

What is the feature request for?

Application commands

The Problem

I want to receive an event when an application command is executed

The Ideal Solution

Dispatch an event called application_command

The Current Solution

@bot.event
async def on_interaction(inter: Interaction) -> None:
  if inter.type = InteractionType.application_command:
    ...

Additional Context

No response

@teaishealthy teaishealthy changed the title on_application_command listener on_application_command event Dec 25, 2022
@EmreTech EmreTech added t: enhancement Type: enhancement - new feature or request p: low Priority: low - not important to be worked on help wanted Anyone is free to help, the issue shouldn't be *too* hard. labels Dec 25, 2022
@EmreTech EmreTech added s: awaiting review Status: the issue or PR is awaiting reviews and removed help wanted Anyone is free to help, the issue shouldn't be *too* hard. labels Dec 31, 2022
@EmreTech EmreTech added help wanted Anyone is free to help, the issue shouldn't be *too* hard. and removed s: awaiting review Status: the issue or PR is awaiting reviews labels Jun 15, 2023
@EmreTech EmreTech linked a pull request Jul 6, 2023 that will close this issue
3 tasks
@EmreTech EmreTech added s: awaiting review Status: the issue or PR is awaiting reviews and removed help wanted Anyone is free to help, the issue shouldn't be *too* hard. labels Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: low Priority: low - not important to be worked on s: awaiting review Status: the issue or PR is awaiting reviews t: enhancement Type: enhancement - new feature or request
Projects
No open projects
Status: Todo
2 participants