diff options
Diffstat (limited to '')
-rw-r--r-- | src/api.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ #include <printf.h> #include <pthread.h> #include <stdatomic.h> -#include <math.h> #include <signal.h> #define DC_API_PREFIX "https://discord.com/api/v8/" /* this can be a format string, DO NOT use format characters inside */ #define DC_LOGIN_FORMAT "{\"login\":\"%s\",\"password\":\"%s\",\"undelete\":false,\"captcha_key\":null,\"login_source\":null,\"gift_code_sku_id\":null}" |