diff --git a/src/Scripts/hub/manage.ts b/src/Scripts/hub/manage.ts index 8949e878..23aec5f5 100644 --- a/src/Scripts/hub/manage.ts +++ b/src/Scripts/hub/manage.ts @@ -129,7 +129,6 @@ export async function execute(interaction: ChatInputCommandInteraction) { hubInDb = await db.hubs.findFirst({ where: { id: hubInDb?.id }, include: { - messages: true, connections: true, blacklistedServers: true, blacklistedUsers: true,