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

Annotation of /trunk/lib/common/events/on_ready.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: 421 byte(s)
chore: add trunk
1 rakinar2 575 #include <concord/discord.h>
2     #include "../io/log.h"
3     #include "../flags.h"
4     #include "../core/command.h"
5     #include "on_ready.h"
6    
7     #define GUILD_ID ((u64snowflake) 911987536379912193)
8    
9     void on_ready(struct discord *client, const struct discord_ready *event)
10     {
11     log_info("Successfully logged in as @%s!", event->user->username);
12    
13     if (flags_has(FLAG_UPDATE_COMMANDS))
14     register_slash_commands(client, GUILD_ID);
15     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26