droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
RestApiServerApplication.hpp
Go to the documentation of this file.
1/*
2 * (c) Copyright erarnitox.de - All rights reserved
3 * Author: Erarnitox <david@erarnitox.de>
4 *
5 * License: MIT License
6 */
7
8#pragma once
9
10#include "Poco/Util/ServerApplication.h"
11#include "RestApi.hpp"
12
17 protected:
18 int main(const std::vector<std::string>& args) override;
19};
Definition RestApiServerApplication.hpp:16
int main()
Entry Point of our bot. Only calls start_bot.
Definition main.cpp:19