diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/142bot/bot.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/142bot/bot.hpp b/include/142bot/bot.hpp index 342f32e..1fdb042 100644 --- a/include/142bot/bot.hpp +++ b/include/142bot/bot.hpp @@ -14,6 +14,7 @@ class Bot { dpp::snowflake owner_id; private: bool run_database_migrations(); + void create_queries(); public: char prefix; pqxx::connection conn; |