culling pointless includes

This commit is contained in:
2025-07-19 01:30:49 +03:00
parent fa8c2f8401
commit 5b9cbd5b03
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
#include "Commands.hpp"
#include "../languages/locale_en.hpp"
#include "Base/SQL.hpp"
#include "Commands.hpp"
#include <dpp/snowflake.h>
void commandPing(const dpp::slashcommand_t &event) { event.reply("Pong"); }