summaryrefslogtreecommitdiff
path: root/botd.h
diff options
context:
space:
mode:
Diffstat (limited to 'botd.h')
-rw-r--r--botd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/botd.h b/botd.h
index 5bdd8fe..84ae7f2 100644
--- a/botd.h
+++ b/botd.h
@@ -6,10 +6,13 @@
#define KSYXBOT_BOTD_H
#include <stdbool.h>
+#include <time.h>
#define ADMIN 2122005901
#define CHANNEL -1001794945713
+extern time_t start_time;
+
extern int td;
typedef struct cmd_s {