culling pointless includes
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#include "Commands.hpp"
|
|
||||||
#include "../languages/locale_en.hpp"
|
|
||||||
#include "Base/SQL.hpp"
|
#include "Base/SQL.hpp"
|
||||||
|
#include "Commands.hpp"
|
||||||
#include <dpp/snowflake.h>
|
#include <dpp/snowflake.h>
|
||||||
|
|
||||||
void commandPing(const dpp::slashcommand_t &event) { event.reply("Pong"); }
|
void commandPing(const dpp::slashcommand_t &event) { event.reply("Pong"); }
|
||||||
|
@@ -1,8 +1,4 @@
|
|||||||
#include "../languages/locale_en.hpp"
|
|
||||||
#include "../token.h"
|
|
||||||
#include "Commands.hpp"
|
#include "Commands.hpp"
|
||||||
#include <dpp/cluster.h>
|
|
||||||
#include <dpp/dispatcher.h>
|
|
||||||
|
|
||||||
void createCommands(const dpp::ready_t &event, dpp::cluster &bot) {
|
void createCommands(const dpp::ready_t &event, dpp::cluster &bot) {
|
||||||
bot.global_command_create(
|
bot.global_command_create(
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
#include "../languages/locale_en.hpp"
|
||||||
|
#include "../token.h"
|
||||||
|
#include <dpp/cluster.h>
|
||||||
#include <dpp/dispatcher.h>
|
#include <dpp/dispatcher.h>
|
||||||
|
|
||||||
void createCommands(const dpp::ready_t &event, dpp::cluster &bot);
|
void createCommands(const dpp::ready_t &event, dpp::cluster &bot);
|
||||||
|
Reference in New Issue
Block a user