Parent Directory
|
Revision Log
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 |