Organised Languages

This commit is contained in:
2025-07-18 23:04:51 +03:00
parent e293909ffa
commit a36ce29e45
2 changed files with 1 additions and 1 deletions

View File

@@ -1,2 +0,0 @@
#define CURRENCY_NAME "The Night Coin"
#define COMMAND_BALANCE_DESCRIPTION "See your balance of " CURRENCY_NAME

View File

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