From c08cc6cbc9b041cacc78483df5f3062019471934 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 7 Apr 2023 10:19:10 -0400 Subject: meta: Add sentry support Change-Id: Icda968ab189d601c5e390dfee094ae4419cce9e6 --- include/142bot/bot.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/142bot/bot.hpp b/include/142bot/bot.hpp index 165515f..98a7ed6 100644 --- a/include/142bot/bot.hpp +++ b/include/142bot/bot.hpp @@ -14,12 +14,13 @@ class Bot { private: bool run_database_migrations(); public: + char prefix; pqxx::connection conn; class dpp::cluster * core; /* The bot's user from the ready event */ dpp::user user; - Bot(bool development, dpp::cluster* cluster); + Bot(bool development, dpp::cluster* cluster, char prefix); //virtual ~Bot(); void set_owner_id(dpp::snowflake id); -- cgit v1.2.3