trying to add a bot command, almost done

This commit is contained in:
Mmokane
2024-04-24 02:35:31 +01:00
parent 4881feb89b
commit 44f880a285
5 changed files with 59 additions and 9 deletions

View File

@@ -89,6 +89,9 @@ class Server {
void handleClientData(int fd);
void clientCleanup(int fd);
void closeFds();
};
int randomInRange(int min, int max);
#endif