mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-04-21 14:40:41 +02:00
main: move to cli subfolder
This commit is contained in:
parent
dcf7da91ed
commit
f25b1ac4db
2 changed files with 6 additions and 6 deletions
|
|
@ -16,15 +16,15 @@
|
|||
* responsible for anything with use of the software, you are self responsible.
|
||||
*****************************************************************************/
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <dpp/cluster.h>
|
||||
#include <dpp/once.h>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <thread>
|
||||
#include <curl/curl.h>
|
||||
#include "message_queue.h"
|
||||
#include "settings.h"
|
||||
#include "slashcommands.h"
|
||||
#include <vector>
|
||||
#include "../core/message_queue.h"
|
||||
#include "../core/settings.h"
|
||||
#include "../core/slashcommands.h"
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue