From b3ab7deb803d1645e57d00fb1fb3e973969ba506 Mon Sep 17 00:00:00 2001 From: Aeadoin <109764533+Aeadoin@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:43:57 -0400 Subject: [PATCH] [Bots] Cleanup GetBotTables() (#3270) --- common/database_schema.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/database_schema.h b/common/database_schema.h index 3f6e7434e..77bdb9a81 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -392,9 +392,6 @@ namespace DatabaseSchema { "bot_command_settings", "bot_create_combinations", "bot_data", - "bot_group_members", - "bot_groups", - "bot_guild_members", "bot_heal_rotation_members", "bot_heal_rotation_targets", "bot_heal_rotations",