7 lines
80 B
C
7 lines
80 B
C
#ifndef DISCORDBOT_H
|
|
#define DISCORDBOT_H
|
|
|
|
void discordBotRunner(void);
|
|
|
|
#endif
|