Compare commits

..

2 Commits

Author SHA1 Message Date
cat
77ea7b3f8d Organised files to my liking 2025-07-18 23:06:34 +03:00
cat
a36ce29e45 Organised Languages 2025-07-18 23:04:51 +03:00
5 changed files with 4 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ project(TheBartender VERSION 1.0)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
# Create an executable # Create an executable
add_executable(${PROJECT_NAME} src/main.cpp src/Commands.cpp) add_executable(${PROJECT_NAME} src/Base/Entry.cpp src/Commands.cpp)
# Find our pre-installed DPP package (using FindDPP.cmake). # Find our pre-installed DPP package (using FindDPP.cmake).
find_package(DPP REQUIRED) find_package(DPP REQUIRED)

View File

@@ -1,7 +1,7 @@
#include "../token.h" #include "../../languages/locale_en.hpp"
#include "Commands.hpp" #include "../../token.h"
#include "../Commands.hpp"
#include "SQL.hpp" #include "SQL.hpp"
#include "local_en.hpp"
#include <dpp/cluster.h> #include <dpp/cluster.h>
#include <dpp/dispatcher.h> #include <dpp/dispatcher.h>

View File

@@ -1,3 +1 @@
#define TOKEN "Insert your token here" #define TOKEN "Insert your token here"
#define GUILD 0