© 2026 Hedgehog Software, LLC
// message: Message<true> // thread: AnyThreadChannel<true> const userId = message.author.id; // The permission ManagePosts doesn't exist... if (!thread.permissionsFor(userId)?.has("ManagePosts")) { return; }