/[sudobot]/branches/6.x/lib/common/events/on_ready.c
ViewVC logotype

Contents of /branches/6.x/lib/common/events/on_ready.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/x-c
File size: 421 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 #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