/[sudobot]/trunk/lib/common/events/on_interaction.c
ViewVC logotype

Annotation of /trunk/lib/common/events/on_interaction.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: text/x-c
File size: 289 byte(s)
chore: add trunk
1 rakinar2 575 #include "on_interaction.h"
2     #include "../core/command.h"
3    
4     void on_interaction_create(struct discord *client, const struct discord_interaction *interaction)
5     {
6     if (interaction->type == DISCORD_INTERACTION_PING)
7     return;
8    
9     command_on_interaction_handler(client, interaction);
10     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26