From fbdbc47f94dd042923eeba98d9bc4108d84d377b Mon Sep 17 00:00:00 2001 From: Pixelated Date: Sun, 12 Jul 2026 00:35:13 -0600 Subject: [PATCH] Update partners.ts --- packages/core/constants/partners.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/core/constants/partners.ts b/packages/core/constants/partners.ts index 0c5d753..ceb6a61 100644 --- a/packages/core/constants/partners.ts +++ b/packages/core/constants/partners.ts @@ -33,10 +33,18 @@ export const PARTNERS: PartnerEntry[] = [ }, { id: "octo", - name: "octoflow", + name: "Octoflow", tier: "partner", logo: "https://octoflow.ca/logo.png", url: "https://octoflow.ca", description: "Keep your team connected to every commit, pull request, and deployment without ever leaving your Discord server.", }, + { + id: "poliberry", + name: "Poliberry", + tier: "partner", + logo: "https://embrly.ca/ibNxG/0VQyey.png", + url: "https://discord.gg/bepCYns2Vt", + description: "Poliberry is a technology company building tools and services to better connect people online and empowering developers to build the next big thing.", + }, ]